Chromium Code Reviews| Index: src/arm/debug-arm.cc |
| =================================================================== |
| --- src/arm/debug-arm.cc (revision 2148) |
| +++ src/arm/debug-arm.cc (working copy) |
| @@ -82,7 +82,7 @@ |
| #ifdef DEBUG |
| __ RecordComment("// Calling from debug break to runtime - come in - over"); |
| #endif |
| - __ mov(r0, Operand(0)); // no arguments |
| + __ mov(r0, Operand(0, RelocInfo::NONE)); // no arguments |
| __ mov(r1, Operand(ExternalReference::debug_break())); |
| CEntryDebugBreakStub ceb; |