Index: runtime/vm/assembler_mips.h |
=================================================================== |
--- runtime/vm/assembler_mips.h (revision 39210) |
+++ runtime/vm/assembler_mips.h (working copy) |
@@ -194,6 +194,9 @@ |
// RawInstruction object corresponding to the code running in the frame. |
// See EnterDartFrame. There are 6 instructions before we know the PC. |
static const intptr_t kEntryPointToPcMarkerOffset = 6 * Instr::kInstrSize; |
+ static intptr_t EntryPointToPcMarkerOffset() { |
+ return kEntryPointToPcMarkerOffset; |
+ } |
void UpdateAllocationStats(intptr_t cid, |
Register temp_reg, |