| Index: src/v8globals.h
|
| diff --git a/src/v8globals.h b/src/v8globals.h
|
| index 65bbf6ab24594f9c84c7ec3106de4629782d0b16..3f27114beccfdfb43073e53e358c917d1265bf6c 100644
|
| --- a/src/v8globals.h
|
| +++ b/src/v8globals.h
|
| @@ -77,7 +77,8 @@ const Address kHandleZapValue =
|
| reinterpret_cast<Address>(V8_UINT64_C(0x1baddead0baddead));
|
| const Address kFromSpaceZapValue =
|
| reinterpret_cast<Address>(V8_UINT64_C(0x1beefdad0beefdad));
|
| -const uint64_t kDebugZapValue = 0xbadbaddbbadbaddb;
|
| +const uint64_t kDebugZapValue = V8_UINT64_C(0xbadbaddbbadbaddb);
|
| +const uint64_t kSlotsZapValue = V8_UINT64_C(0xbeefdeadbeefdeed);
|
| #else
|
| const Address kZapValue = reinterpret_cast<Address>(0xdeadbeed);
|
| const Address kHandleZapValue = reinterpret_cast<Address>(0xbaddead);
|
|
|