| Index: src/frame-element.h
|
| diff --git a/src/frame-element.h b/src/frame-element.h
|
| index ea8322f6d51f9797da4665a7b8b31e9340e58e76..db4050a7799130643a4845e497fd52a3d55443c4 100644
|
| --- a/src/frame-element.h
|
| +++ b/src/frame-element.h
|
| @@ -253,8 +253,8 @@ class FrameElement BASE_EMBEDDED {
|
| class CopiedField: public BitField<bool, 3, 1> {};
|
| class SyncedField: public BitField<bool, 4, 1> {};
|
| class UntaggedInt32Field: public BitField<bool, 5, 1> {};
|
| - class TypeInfoField: public BitField<int, 6, 6> {};
|
| - class DataField: public BitField<uint32_t, 12, 32 - 12> {};
|
| + class TypeInfoField: public BitField<int, 6, 7> {};
|
| + class DataField: public BitField<uint32_t, 13, 32 - 13> {};
|
|
|
| friend class VirtualFrame;
|
| };
|
|
|