mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bustage fix for optimised builds for bug 511329.
This commit is contained in:
parent
761fce9249
commit
0aeb8fe419
@ -1306,6 +1306,7 @@ namespace nanojit
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef NJ_VERBOSE
|
||||||
// We have to do final LIR printing inside this loop. If we do it
|
// We have to do final LIR printing inside this loop. If we do it
|
||||||
// before this loop, we we end up printing a lot of dead LIR
|
// before this loop, we we end up printing a lot of dead LIR
|
||||||
// instructions.
|
// instructions.
|
||||||
@ -1328,6 +1329,7 @@ namespace nanojit
|
|||||||
_thisfrag->lirbuf->names->formatIns(ins->oprnd1()));
|
_thisfrag->lirbuf->names->formatIns(ins->oprnd1()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (error())
|
if (error())
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user