Bug 1100129 - Add a missing prebarrier. r=terrence

This commit is contained in:
Jan de Mooij 2014-11-17 21:17:32 +01:00
parent 05fae492cf
commit 0c433f5188

View File

@ -3580,6 +3580,7 @@ BaselineCompiler::emit_JSOP_RESUME()
}
masm.bind(&loopDone);
masm.patchableCallPreBarrier(exprStackSlot, MIRType_Value);
masm.storeValue(NullValue(), exprStackSlot);
regs.add(initLength);
}