| Index: src/mips/builtins-mips.cc
|
| diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
|
| index 793968edf684e3fef36bff30dd1c6bf9a8921a6a..65081b982e2b1588db0343dfede65147c5eec3dd 100644
|
| --- a/src/mips/builtins-mips.cc
|
| +++ b/src/mips/builtins-mips.cc
|
| @@ -1310,10 +1310,8 @@ void Builtins::Generate_NotifyStubFailure(MacroAssembler* masm) {
|
| __ MultiPop(kJSCallerSaved | kCalleeSaved);
|
| }
|
|
|
| - __ mov(at, ra); // Stash the miss continuation
|
| __ Addu(sp, sp, Operand(kPointerSize)); // Ignore state
|
| - __ pop(ra); // Restore RA to continuation in JSFunction
|
| - __ Jump(at); // Jump to miss handler
|
| + __ Jump(ra); // Jump to miss handler
|
| }
|
|
|
|
|
|
|