mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 474757 Several build failures on Solaris build for js/src r=danderson
This commit is contained in:
parent
20580be9af
commit
ea9689bd2a
@ -1521,7 +1521,7 @@ namespace nanojit
|
||||
|
||||
for(uint32_t i=_activation.lowwatermark; i<_activation.tos;i++) {
|
||||
LInsp ins = _activation.entry[i];
|
||||
if (ins /* && _activation.entry[i]!=_activation.entry[i+1]*/) {
|
||||
if (ins) {
|
||||
sprintf(s, "%d(%s) ", -4*i,_thisfrag->lirbuf->names->formatRef(ins));
|
||||
s += strlen(s);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user