Index: runtime/vm/simulator_arm64.h |
diff --git a/runtime/vm/simulator_arm64.h b/runtime/vm/simulator_arm64.h |
index 79f9ced09ebe2f996ad8cd94b2ea7eabea45d811..43c057153f4b30f98b3501f24af613ca220f32aa 100644 |
--- a/runtime/vm/simulator_arm64.h |
+++ b/runtime/vm/simulator_arm64.h |
@@ -124,12 +124,7 @@ class Simulator { |
static uword FunctionForRedirect(uword redirect); |
- void Longjmp(uword pc, |
- uword sp, |
- uword fp, |
- RawObject* raw_exception, |
- RawObject* raw_stacktrace, |
- Thread* thread); |
+ void JumpToFrame(uword pc, uword sp, uword fp, Thread* thread); |
private: |
// Known bad pc value to ensure that the simulator does not execute |