| Index: src/debug/mips/debug-mips.cc
|
| diff --git a/src/debug/mips/debug-mips.cc b/src/debug/mips/debug-mips.cc
|
| index 4d8b54f4b63c33c555d3f4032f9166050d134c46..c6daf2d2261b629e1206ee2f1e738869597eadc8 100644
|
| --- a/src/debug/mips/debug-mips.cc
|
| +++ b/src/debug/mips/debug-mips.cc
|
| @@ -130,7 +130,7 @@ void DebugCodegen::GenerateFrameDropperLiveEdit(MacroAssembler* masm) {
|
| __ LeaveFrame(StackFrame::INTERNAL);
|
|
|
| ParameterCount dummy(0);
|
| - __ FloodFunctionIfStepping(a1, no_reg, dummy, dummy);
|
| + __ CheckDebugHook(a1, no_reg, dummy, dummy);
|
|
|
| // Load context from the function.
|
| __ lw(cp, FieldMemOperand(a1, JSFunction::kContextOffset));
|
|
|