Chromium Code Reviews| Index: runtime/vm/simulator_arm.h |
| diff --git a/runtime/vm/simulator_arm.h b/runtime/vm/simulator_arm.h |
| index c163a623c392f1c1eb8f8c2a9674aec36b5bde54..7da2c36df4fcfca570973186f0c20773aadb121f 100644 |
| --- a/runtime/vm/simulator_arm.h |
| +++ b/runtime/vm/simulator_arm.h |
| @@ -132,6 +132,7 @@ class Simulator { |
| void Longjmp(uword pc, |
| uword sp, |
| uword fp, |
| + uword pp, |
| RawObject* raw_exception, |
| RawObject* raw_stacktrace, |
| Thread* thread); |