[JAEGER] Tiny fix-ups.

This commit is contained in:
David Anderson
2010-06-09 01:46:07 -07:00
parent 104915ae44
commit bae411a540
2 changed files with 2 additions and 1 deletions

View File

@@ -910,6 +910,7 @@ mjit::Compiler::generateMethod()
BEGIN_CASE(JSOP_EXCEPTION)
{
JS_STATIC_ASSERT(sizeof(cx->throwing) == 4);
RegisterID reg = frame.allocReg();
masm.loadPtr(FrameAddress(offsetof(VMFrame, cx)), reg);
masm.store32(Imm32(JS_FALSE), Address(reg, offsetof(JSContext, throwing)));