Index: src/debug/ppc/debug-ppc.cc |
diff --git a/src/debug/ppc/debug-ppc.cc b/src/debug/ppc/debug-ppc.cc |
index e57aa3caa2c1870c7f5b3ee4ce2f51001955f747..acca19a75e2ddc99eb5658d11cdc715c89caa9fa 100644 |
--- a/src/debug/ppc/debug-ppc.cc |
+++ b/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)); |