Index: runtime/vm/constants_arm64.h |
=================================================================== |
--- runtime/vm/constants_arm64.h (revision 45360) |
+++ runtime/vm/constants_arm64.h (working copy) |
@@ -813,7 +813,7 @@ |
HLT | (kSimulatorBreakCode << kImm16Shift); |
// Runtime call redirection instruction used by the simulator. |
- static const int32_t kRedirectInstruction = |
+ static const int32_t kSimulatorRedirectInstruction = |
HLT | (kSimulatorRedirectCode << kImm16Shift); |
// Read one particular bit out of the instruction bits. |