| Index: runtime/platform/globals.h
|
| diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h
|
| index 06d1086db7733a1358b8fa66eb5cdf5cebd0f7d0..0b8899484a0c8da3cb746e81d75ba964f000fa00 100644
|
| --- a/runtime/platform/globals.h
|
| +++ b/runtime/platform/globals.h
|
| @@ -458,6 +458,7 @@ const uword kUwordMax = kMaxUint64;
|
| const int kBitsPerByte = 8;
|
| const int kBitsPerByteLog2 = 3;
|
| const int kBitsPerInt32 = kInt32Size * kBitsPerByte;
|
| +const int kBitsPerInt64 = kInt64Size * kBitsPerByte;
|
| const int kBitsPerWord = kWordSize * kBitsPerByte;
|
| const int kBitsPerWordLog2 = kWordSizeLog2 + kBitsPerByteLog2;
|
|
|
|
|