[JAEGER] Fixed JSOP_STOP clobbering fp->rval.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user