Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 7397b4bc8d94d38dc8ee6567ebb7559280b1d2c6..dc53f3e77b3f10101afb08017645a78e7459efab 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -2360,7 +2360,7 @@ class LOsrEntry: public LTemplateInstruction<0, 0, 0> { |
// NULL if the register has no assigned spill slot. Indexed by allocation |
// index. |
LOperand* register_spills_[Register::kNumAllocatableRegisters]; |
- LOperand* double_register_spills_[DoubleRegister::kNumAllocatableRegisters]; |
+ LOperand* double_register_spills_[DoubleRegister::kNumRegisters]; |
}; |