Chromium Code Reviews| Index: src/x64/debug-x64.cc |
| =================================================================== |
| --- src/x64/debug-x64.cc (revision 6129) |
| +++ src/x64/debug-x64.cc (working copy) |
| @@ -80,7 +80,7 @@ |
| #ifdef DEBUG |
| __ RecordComment("// Calling from debug break to runtime - come in - over"); |
| #endif |
| - __ xor_(rax, rax); // No arguments (argc == 0). |
| + __ Set(rax, 0); // No arguments (argc == 0). |
| __ movq(rbx, ExternalReference::debug_break()); |
| CEntryStub ceb(1); |