Index: runtime/vm/constants_mips.h |
=================================================================== |
--- runtime/vm/constants_mips.h (revision 45190) |
+++ runtime/vm/constants_mips.h (working copy) |
@@ -467,8 +467,7 @@ |
// Reserved break instruction codes. |
static const int32_t kBreakPointCode = 0xdeb0; // For breakpoint. |
static const int32_t kStopMessageCode = 0xdeb1; // For Stop(message). |
- static const int32_t kSimulatorMessageCode = 0xdeb2; // For trace msg in sim. |
- static const int32_t kSimulatorBreakCode = 0xdeb3; // For breakpoint in sim. |
+ static const int32_t kSimulatorBreakCode = 0xdeb2; // For breakpoint in sim. |
static const int32_t kSimulatorRedirectCode = 0xca11; // For redirection. |
static const int32_t kBreakPointZeroInstruction = |