| Index: src/debug/s390/debug-s390.cc
 | 
| diff --git a/src/debug/s390/debug-s390.cc b/src/debug/s390/debug-s390.cc
 | 
| index b745d5b966cf1bafa12a6ed5a242ec663bac4990..a225c72f13745f2982f650f77dfb473b8afc087f 100644
 | 
| --- a/src/debug/s390/debug-s390.cc
 | 
| +++ b/src/debug/s390/debug-s390.cc
 | 
| @@ -141,7 +141,7 @@ void DebugCodegen::GenerateFrameDropperLiveEdit(MacroAssembler* masm) {
 | 
|    __ LeaveFrame(StackFrame::INTERNAL);
 | 
|  
 | 
|    ParameterCount dummy(0);
 | 
| -  __ FloodFunctionIfStepping(r3, no_reg, dummy, dummy);
 | 
| +  __ CheckDebugHook(r3, no_reg, dummy, dummy);
 | 
|  
 | 
|    // Load context from the function.
 | 
|    __ LoadP(cp, FieldMemOperand(r3, JSFunction::kContextOffset));
 | 
| 
 |