Index: runtime/vm/simulator_arm64.h |
=================================================================== |
--- runtime/vm/simulator_arm64.h (revision 42212) |
+++ runtime/vm/simulator_arm64.h (working copy) |
@@ -71,6 +71,9 @@ |
// Accessor to the internal simulator stack top. |
uword StackTop() const; |
+ // Accessor to the instruction counter. |
+ intptr_t get_icount() const { return icount_; } |
+ |
// The isolate's top_exit_frame_info refers to a Dart frame in the simulator |
// stack. The simulator's top_exit_frame_info refers to a C++ frame in the |
// native stack. |