Index: src/arm/debug-arm.cc |
=================================================================== |
--- src/arm/debug-arm.cc (revision 3744) |
+++ src/arm/debug-arm.cc (working copy) |
@@ -98,7 +98,7 @@ |
__ mov(r0, Operand(0)); // no arguments |
__ mov(r1, Operand(ExternalReference::debug_break())); |
- CEntryDebugBreakStub ceb; |
+ CEntryStub ceb(1); |
__ CallStub(&ceb); |
// Restore the register values containing object pointers from the expression |