Index: runtime/vm/simulator_arm.h |
diff --git a/runtime/vm/simulator_arm.h b/runtime/vm/simulator_arm.h |
index 3e660b62733487f80cd954f969e092f2ce27f549..712e679a4810646de5c1a990d6fd59d5522294e0 100644 |
--- a/runtime/vm/simulator_arm.h |
+++ b/runtime/vm/simulator_arm.h |
@@ -125,7 +125,7 @@ class Simulator { |
uword fp, |
RawObject* raw_exception, |
RawObject* raw_stacktrace, |
- Isolate* isolate); |
+ Thread* thread); |
private: |
// Known bad pc value to ensure that the simulator does not execute |