| Index: src/v8globals.h
|
| ===================================================================
|
| --- src/v8globals.h (revision 6955)
|
| +++ src/v8globals.h (working copy)
|
| @@ -77,7 +77,8 @@
|
| 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);
|
|
|