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