Index: runtime/vm/assembler_x64.cc |
=================================================================== |
--- runtime/vm/assembler_x64.cc (revision 39210) |
+++ runtime/vm/assembler_x64.cc (working copy) |
@@ -3023,7 +3023,7 @@ |
const intptr_t object_pool_pc_dist = |
Instructions::HeaderSize() - Instructions::object_pool_offset() + |
CodeSize(); |
- const intptr_t offset = kEntryPointToPcMarkerOffset - CodeSize(); |
+ const intptr_t offset = EntryPointToPcMarkerOffset() - CodeSize(); |
if (offset != 0) { |
addq(Address(RSP, 0), Immediate(offset)); |
} |
@@ -3082,7 +3082,7 @@ |
const intptr_t object_pool_pc_dist = |
Instructions::HeaderSize() - Instructions::object_pool_offset() + |
CodeSize(); |
- const intptr_t offset = kEntryPointToPcMarkerOffset - CodeSize(); |
+ const intptr_t offset = EntryPointToPcMarkerOffset() - CodeSize(); |
if (offset != 0) { |
addq(Address(RSP, 0), Immediate(offset)); |
} |