Index: runtime/vm/simulator_mips.h |
diff --git a/runtime/vm/simulator_mips.h b/runtime/vm/simulator_mips.h |
index 8b37b97d75080b3e1c504d43e6141d2965c6f8a0..45f45d8eca3069bc8686c3242991a1360116ef85 100644 |
--- a/runtime/vm/simulator_mips.h |
+++ b/runtime/vm/simulator_mips.h |
@@ -126,7 +126,8 @@ class Simulator { |
uword sp, |
uword fp, |
RawObject* raw_exception, |
- RawObject* raw_stacktrace); |
+ RawObject* raw_stacktrace, |
+ Isolate* isolate); |
private: |
// A pc value used to signal the simulator to stop execution. Generally |