Index: runtime/vm/constants_mips.h |
=================================================================== |
--- runtime/vm/constants_mips.h (revision 26893) |
+++ runtime/vm/constants_mips.h (working copy) |
@@ -216,6 +216,7 @@ |
const FRegister kAbiFirstPreservedFpuReg = F20; |
const FRegister kAbiLastPreservedFpuReg = |
static_cast<FRegister>(kNumberOfFRegisters - 1); |
+const int kAbiPreservedFpuRegCount = 12; |
// CPU registers available to Dart allocator. |
const RegList kDartAvailableCpuRegs = |