Chromium Code Reviews| Index: src/x64/debug-x64.cc |
| =================================================================== |
| --- src/x64/debug-x64.cc (revision 3744) |
| +++ src/x64/debug-x64.cc (working copy) |
| @@ -68,7 +68,7 @@ |
| __ xor_(rax, rax); // No arguments (argc == 0). |
| __ movq(rbx, ExternalReference::debug_break()); |
| - CEntryDebugBreakStub ceb; |
| + CEntryStub ceb(1); |
| __ CallStub(&ceb); |
| // Restore the register values containing object pointers from the expression |