Chromium Code Reviews| Index: runtime/vm/constants_mips.h |
| =================================================================== |
| --- runtime/vm/constants_mips.h (revision 20788) |
| +++ runtime/vm/constants_mips.h (working copy) |
| @@ -322,6 +322,7 @@ |
| (SPECIAL << kOpcodeShift) | (BREAK << kFunctionShift); |
| static const int32_t kNopInstruction = 0; |
| static const int32_t kStopMessageCode = 1; |
| + static const int32_t kRedirectCode = 2; |
| // Get the raw instruction bits. |
| inline int32_t InstructionBits() const { |