| Index: runtime/vm/simulator_mips.h | 
| diff --git a/runtime/vm/simulator_mips.h b/runtime/vm/simulator_mips.h | 
| index 00d93ec16dd698e7ae0be2e2da60047286c803c3..d6b532331691bd6b9c4d12863f8068f07955a0aa 100644 | 
| --- a/runtime/vm/simulator_mips.h | 
| +++ b/runtime/vm/simulator_mips.h | 
| @@ -139,7 +139,12 @@ class Simulator { | 
|  | 
| static uword FunctionForRedirect(uword redirect); | 
|  | 
| -  void JumpToFrame(uword pc, uword sp, uword fp, Thread* thread); | 
| +  void Longjmp(uword pc, | 
| +               uword sp, | 
| +               uword fp, | 
| +               RawObject* raw_exception, | 
| +               RawObject* raw_stacktrace, | 
| +               Thread* thread); | 
|  | 
| private: | 
| // A pc value used to signal the simulator to stop execution.  Generally | 
|  |