| Index: runtime/vm/simulator_arm64.cc
|
| diff --git a/runtime/vm/simulator_arm64.cc b/runtime/vm/simulator_arm64.cc
|
| index cef6aa241fc6750f1d70276fe65e32f599d56340..36f5f9cfebd5e7a55f642e588391c89c5f34fe3f 100644
|
| --- a/runtime/vm/simulator_arm64.cc
|
| +++ b/runtime/vm/simulator_arm64.cc
|
| @@ -43,7 +43,6 @@ DEFINE_FLAG(uint64_t, stop_sim_at, ULLONG_MAX,
|
| // The runtime then does a Longjmp on that buffer to return to the simulator.
|
| class SimulatorSetjmpBuffer {
|
| public:
|
| - int Setjmp() { return setjmp(buffer_); }
|
| void Longjmp() {
|
| // "This" is now the last setjmp buffer.
|
| simulator_->set_last_setjmp_buffer(this);
|
|
|