Index: src/mips64/macro-assembler-mips64.cc |
diff --git a/src/mips64/macro-assembler-mips64.cc b/src/mips64/macro-assembler-mips64.cc |
index 83f1a783ff43889a66423c1e3702e1eda187ffd4..91879b21e51f7a6fd7357c972f3e0929419caebe 100644 |
--- a/src/mips64/macro-assembler-mips64.cc |
+++ b/src/mips64/macro-assembler-mips64.cc |
@@ -3361,7 +3361,8 @@ void MacroAssembler::PopRegisterAsTwoSmis(Register dst, Register scratch) { |
void MacroAssembler::DebugBreak() { |
PrepareCEntryArgs(0); |
- PrepareCEntryFunction(ExternalReference(Runtime::kDebugBreak, isolate())); |
+ PrepareCEntryFunction( |
+ ExternalReference(Runtime::kHandleDebuggerStatement, isolate())); |
CEntryStub ces(isolate(), 1); |
DCHECK(AllowThisStubCall(&ces)); |
Call(ces.GetCode(), RelocInfo::DEBUGGER_STATEMENT); |