Index: src/mips/debug-mips.cc |
diff --git a/src/mips/debug-mips.cc b/src/mips/debug-mips.cc |
index ee7a93be1191bf54c0890e0b5465a1bc1c18a901..e323c505e4e0089a71a7b8fdbb1645a61075370f 100644 |
--- a/src/mips/debug-mips.cc |
+++ b/src/mips/debug-mips.cc |
@@ -105,7 +105,7 @@ void BreakLocationIterator::SetDebugBreakAtSlot() { |
// call t9 (jalr t9 / nop instruction pair) |
CodePatcher patcher(rinfo()->pc(), Assembler::kDebugBreakSlotInstructions); |
patcher.masm()->li(v8::internal::t9, Operand(reinterpret_cast<int32_t>( |
- Isolate::Current()->debug()->debug_break_return()->entry()))); |
+ Isolate::Current()->debug()->debug_break_slot()->entry()))); |
patcher.masm()->Call(v8::internal::t9); |
} |