Bug 522591 - Followup fix for opt builds, r=burningtree.

This commit is contained in:
Graydon Hoare 2009-10-23 15:32:19 -07:00
parent 108c884253
commit 545839b15a
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;