Index: src/ppc/builtins-ppc.cc |
diff --git a/src/ppc/builtins-ppc.cc b/src/ppc/builtins-ppc.cc |
index f60cf8a3c188feb264c9dfa00dc23abc49e40b8b..95f7a6eede4267750be2b0c1e21be3bf6d8fa085 100644 |
--- a/src/ppc/builtins-ppc.cc |
+++ b/src/ppc/builtins-ppc.cc |
@@ -1132,8 +1132,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 |