| Index: src/x64/macro-assembler-x64.cc
|
| ===================================================================
|
| --- src/x64/macro-assembler-x64.cc (revision 9713)
|
| +++ src/x64/macro-assembler-x64.cc (working copy)
|
| @@ -55,7 +55,7 @@
|
|
|
| static intptr_t RootRegisterDelta(ExternalReference other, Isolate* isolate) {
|
| Address roots_register_value = kRootRegisterBias +
|
| - reinterpret_cast<Address>(isolate->heap()->roots_address());
|
| + reinterpret_cast<Address>(isolate->heap()->roots_array_start());
|
| intptr_t delta = other.address() - roots_register_value;
|
| return delta;
|
| }
|
|
|