Chromium Code Reviews| Index: src/register-allocator.h |
| =================================================================== |
| --- src/register-allocator.h (revision 3877) |
| +++ src/register-allocator.h (working copy) |
| @@ -141,7 +141,7 @@ |
| class TypeField: public BitField<Type, 0, 2> {}; |
| class NumberInfoField : public BitField<NumberInfo::Type, 2, 3> {}; |
| - class DataField: public BitField<uint32_t, 5, 32 - 6> {}; |
| + class DataField: public BitField<uint32_t, 5, 32 - 5> {}; |
| inline void CopyTo(Result* destination) const; |