Index: runtime/vm/simulator_arm.h |
=================================================================== |
--- runtime/vm/simulator_arm.h (revision 43658) |
+++ runtime/vm/simulator_arm.h (working copy) |
@@ -73,7 +73,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 |
@@ -156,7 +156,7 @@ |
// Simulator support. |
char* stack_; |
bool pc_modified_; |
- intptr_t icount_; |
+ uint64_t icount_; |
static int32_t flag_stop_sim_at_; |
SimulatorSetjmpBuffer* last_setjmp_buffer_; |
uword top_exit_frame_info_; |