Index: runtime/vm/assembler_arm64.cc |
=================================================================== |
--- runtime/vm/assembler_arm64.cc (revision 42212) |
+++ runtime/vm/assembler_arm64.cc (working copy) |
@@ -234,7 +234,7 @@ |
Emit(Utils::Low32Bits(reinterpret_cast<int64_t>(message))); |
Emit(Utils::High32Bits(reinterpret_cast<int64_t>(message))); |
Bind(&stop); |
- hlt(kImmExceptionIsDebug); |
+ hlt(Instr::kStopMessageCode); |
} |