[JAEGER] Fixed JSOP_STOP clobbering fp->rval.

This commit is contained in:
David Anderson 2010-06-02 14:25:30 -07:00
parent 29eb2211f9
commit 37e94e6030

View File

@ -493,8 +493,6 @@ mjit::Compiler::generateMethod()
BEGIN_CASE(JSOP_STOP)
/* Safe point! */
masm.storeValue(Value(UndefinedTag()),
Address(Assembler::FpReg, offsetof(JSStackFrame, rval)));
emitReturn();
goto done;
END_CASE(JSOP_STOP)