| Index: runtime/vm/globals.h
|
| diff --git a/runtime/vm/globals.h b/runtime/vm/globals.h
|
| index 94805f8b56d2b7c9f4122b19fe9951604a3745da..16c0df193a87d2634f4c9979b7514da30d6e3570 100644
|
| --- a/runtime/vm/globals.h
|
| +++ b/runtime/vm/globals.h
|
| @@ -44,6 +44,10 @@ const intptr_t kSmiMin32 = -(static_cast<intptr_t>(1) << kSmiBits32);
|
| static_cast<intptr_t>(!(sizeof(array) % sizeof(*(array))))) // NOLINT
|
|
|
|
|
| +#if defined(ARCH_IS_64_BIT)
|
| +#define HASH_IN_OBJECT_HEADER 1
|
| +#endif
|
| +
|
| // The expression OFFSET_OF(type, field) computes the byte-offset of
|
| // the specified field relative to the containing type.
|
| //
|
|
|