[JAEGER] Fixed JSOP_STOP clobbering fp->rval.

This commit is contained in:
David Anderson
2010-06-02 14:25:30 -07:00
parent e4debd197a
commit d0bab9150e

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)