Index: runtime/vm/simulator_arm64.h |
=================================================================== |
--- runtime/vm/simulator_arm64.h (revision 43658) |
+++ runtime/vm/simulator_arm64.h (working copy) |
@@ -72,7 +72,7 @@ |
uword StackTop() const; |
// Accessor to the instruction counter. |
- intptr_t get_icount() const { return icount_; } |
+ uint64_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 |
@@ -146,7 +146,7 @@ |
int64_t pc_; |
char* stack_; |
bool pc_modified_; |
- intptr_t icount_; |
+ uint64_t icount_; |
static int64_t flag_stop_sim_at_; |
SimulatorSetjmpBuffer* last_setjmp_buffer_; |
uword top_exit_frame_info_; |