Index: src/debug/arm/debug-arm.cc |
diff --git a/src/debug/arm/debug-arm.cc b/src/debug/arm/debug-arm.cc |
index d96ec31bfa206b385673020cb3990f74d80e1964..145f371f9926a24adad72d8c13507eb2590026aa 100644 |
--- a/src/debug/arm/debug-arm.cc |
+++ b/src/debug/arm/debug-arm.cc |
@@ -136,7 +136,7 @@ void DebugCodegen::GenerateFrameDropperLiveEdit(MacroAssembler* masm) { |
__ LeaveFrame(StackFrame::INTERNAL); |
ParameterCount dummy(0); |
- __ FloodFunctionIfStepping(r1, no_reg, dummy, dummy); |
+ __ CheckDebugHook(r1, no_reg, dummy, dummy); |
{ ConstantPoolUnavailableScope constant_pool_unavailable(masm); |
// Load context from the function. |