| Index: src/mips/builtins-mips.cc
|
| diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
|
| index e94018cc736657f41fd8662773c5fca750055cfa..ccd3a232578361ef53ba3f190f0415c3263755fa 100644
|
| --- a/src/mips/builtins-mips.cc
|
| +++ b/src/mips/builtins-mips.cc
|
| @@ -1136,8 +1136,7 @@ void Builtins::Generate_InterpreterNotifyLazyDeoptimized(MacroAssembler* masm) {
|
| Generate_InterpreterNotifyDeoptimizedHelper(masm, Deoptimizer::LAZY);
|
| }
|
|
|
| -
|
| -void Builtins::Generate_InterpreterEnterExceptionHandler(MacroAssembler* masm) {
|
| +void Builtins::Generate_InterpreterEnterBytecodeDispatch(MacroAssembler* masm) {
|
| // Set the address of the interpreter entry trampoline as a return address.
|
| // This simulates the initial call to bytecode handlers in interpreter entry
|
| // trampoline. The return will never actually be taken, but our stack walker
|
|
|