Index: runtime/vm/assembler_arm64.h |
=================================================================== |
--- runtime/vm/assembler_arm64.h (revision 39210) |
+++ runtime/vm/assembler_arm64.h (working copy) |
@@ -452,6 +452,9 @@ |
// to set up the frame and save a PC which can be used to figure out the |
// RawInstruction object corresponding to the code running in the frame. |
static const intptr_t kEntryPointToPcMarkerOffset = 0; |
+ static intptr_t EntryPointToPcMarkerOffset() { |
+ return kEntryPointToPcMarkerOffset; |
+ } |
// Emit data (e.g encoded instruction or immediate) in instruction stream. |
void Emit(int32_t value); |