Chromium Code Reviews| Index: src/arm/assembler-arm.h |
| =================================================================== |
| --- src/arm/assembler-arm.h (revision 7683) |
| +++ src/arm/assembler-arm.h (working copy) |
| @@ -72,6 +72,7 @@ |
| struct Register { |
| static const int kNumRegisters = 16; |
| static const int kNumAllocatableRegisters = 8; |
| + static const int kSizeInBytes = 4; |
| static int ToAllocationIndex(Register reg) { |
| ASSERT(reg.code() < kNumAllocatableRegisters); |