mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 522591 - Followup fix for opt builds, r=burningtree.
This commit is contained in:
parent
108c884253
commit
545839b15a
@ -3206,7 +3206,7 @@ class RegExpNativeCompiler {
|
||||
*/
|
||||
JS_ASSERT(!lirbuf->sp && !lirbuf->rp);
|
||||
|
||||
::compile(assm, fragment verbose_only(, tempAlloc, tm->labels));
|
||||
::compile(assm, fragment, tempAlloc verbose_only(, tm->labels));
|
||||
if (assm->error() != nanojit::None)
|
||||
goto fail;
|
||||
|
||||
|
@ -4298,7 +4298,7 @@ TraceRecorder::compile(JSTraceMonitor* tm)
|
||||
return ARECORD_STOP;
|
||||
|
||||
Assembler *assm = tm->assembler;
|
||||
nanojit::compile(assm, fragment verbose_only(, tempAlloc, tm->labels));
|
||||
nanojit::compile(assm, fragment, tempAlloc verbose_only(, tm->labels));
|
||||
if (outOfMemory())
|
||||
return ARECORD_STOP;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user