Index: src/mips64/macro-assembler-mips64.h |
diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h |
index e779cef7a0078e3d722ba6ff14a9722efe96cd9c..2b5115703ee4df3baf03c4034d38b5953f6831d4 100644 |
--- a/src/mips64/macro-assembler-mips64.h |
+++ b/src/mips64/macro-assembler-mips64.h |
@@ -1100,9 +1100,10 @@ class MacroAssembler: public Assembler { |
const ParameterCount& actual, InvokeFlag flag, |
const CallWrapper& call_wrapper); |
- void FloodFunctionIfStepping(Register fun, Register new_target, |
- const ParameterCount& expected, |
- const ParameterCount& actual); |
+ // On function call, call into the debugger if necessary. |
+ void CheckDebugHook(Register fun, Register new_target, |
+ const ParameterCount& expected, |
+ const ParameterCount& actual); |
// Invoke the JavaScript function in the given register. Changes the |
// current context to the context in the function before invoking. |