diff options
Diffstat (limited to 'deps/v8/src/debug/ppc/debug-ppc.cc')
-rw-r--r-- | deps/v8/src/debug/ppc/debug-ppc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/debug/ppc/debug-ppc.cc b/deps/v8/src/debug/ppc/debug-ppc.cc index e57aa3caa2..acca19a75e 100644 --- a/deps/v8/src/debug/ppc/debug-ppc.cc +++ b/deps/v8/src/debug/ppc/debug-ppc.cc @@ -137,7 +137,7 @@ void DebugCodegen::GenerateFrameDropperLiveEdit(MacroAssembler* masm) { __ LeaveFrame(StackFrame::INTERNAL); ParameterCount dummy(0); - __ FloodFunctionIfStepping(r4, no_reg, dummy, dummy); + __ CheckDebugHook(r4, no_reg, dummy, dummy); // Load context from the function. __ LoadP(cp, FieldMemOperand(r4, JSFunction::kContextOffset)); |