| Index: runtime/vm/simulator_arm.h
|
| diff --git a/runtime/vm/simulator_arm.h b/runtime/vm/simulator_arm.h
|
| index 605ccece7852405b42b7e6ed62cde2ba6879182f..5a59f5bcdf998d19a60dd1b1984751ce23dab1ab 100644
|
| --- a/runtime/vm/simulator_arm.h
|
| +++ b/runtime/vm/simulator_arm.h
|
| @@ -127,12 +127,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
|
|
|