Index: src/ia32/debug-ia32.cc |
=================================================================== |
--- src/ia32/debug-ia32.cc (revision 3744) |
+++ src/ia32/debug-ia32.cc (working copy) |
@@ -94,7 +94,7 @@ |
__ Set(eax, Immediate(0)); // no arguments |
__ mov(ebx, Immediate(ExternalReference::debug_break())); |
- CEntryDebugBreakStub ceb; |
+ CEntryStub ceb(1); |
__ CallStub(&ceb); |
// Restore the register values containing object pointers from the expression |