Index: src/mips64/builtins-mips64.cc |
diff --git a/src/mips64/builtins-mips64.cc b/src/mips64/builtins-mips64.cc |
index 5849b6eefecf5ca321171e48722b8b6804480dd7..a8498b0fb9cf0d762d029f87f7b797ab8ae6993e 100644 |
--- a/src/mips64/builtins-mips64.cc |
+++ b/src/mips64/builtins-mips64.cc |
@@ -1127,8 +1127,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 |