Index: src/mips/debug-mips.cc |
diff --git a/src/mips/debug-mips.cc b/src/mips/debug-mips.cc |
index b9bf69db423febb3ccda44045feb2ec5478b1339..e06ecac9180174a47dc105da49176aaad9b036ee 100644 |
--- a/src/mips/debug-mips.cc |
+++ b/src/mips/debug-mips.cc |
@@ -156,7 +156,7 @@ static void Generate_DebugBreakCallHelper(MacroAssembler* masm, |
__ PrepareCEntryArgs(0); // No arguments. |
__ PrepareCEntryFunction(ExternalReference::debug_break(masm->isolate())); |
- CEntryStub ceb(1); |
+ CEntryStub ceb(masm->isolate(), 1); |
__ CallStub(&ceb); |
// Restore the register values from the expression stack. |