Chromium Code Reviews| Index: runtime/vm/constants_mips.h |
| diff --git a/runtime/vm/constants_mips.h b/runtime/vm/constants_mips.h |
| index 4727f8204cf8c052bb704b3bd78acb339b9dd955..5b407883dbd118b08bc55377393eacb68786716f 100644 |
| --- a/runtime/vm/constants_mips.h |
| +++ b/runtime/vm/constants_mips.h |
| @@ -131,6 +131,7 @@ enum FRegister { |
| typedef FRegister FpuRegister; |
| const FpuRegister FpuTMP = F0; |
| const int kNumberOfFpuRegisters = kNumberOfFRegisters; |
| +const FpuRegister kNoFpuRegister = kNoFRegister; |
| // Register aliases. |