Index: src/ia32/codegen-ia32.cc |
=================================================================== |
--- src/ia32/codegen-ia32.cc (revision 3808) |
+++ src/ia32/codegen-ia32.cc (working copy) |
@@ -3906,8 +3906,7 @@ |
// Spill everything, even constants, to the frame. |
frame_->SpillAll(); |
- DebuggerStatementStub ces; |
- frame_->CallStub(&ces, 0); |
+ frame_->DebugBreak(); |
// Ignore the return value. |
#endif |
} |