Chromium Code Reviews| Index: runtime/vm/thread_interrupter.h |
| diff --git a/runtime/vm/thread_interrupter.h b/runtime/vm/thread_interrupter.h |
| index 5d0e1eff3ffca22aba7838148180c074fb1973b4..6e958cca649155748c488b03e4f579ce711c443e 100644 |
| --- a/runtime/vm/thread_interrupter.h |
| +++ b/runtime/vm/thread_interrupter.h |
| @@ -18,6 +18,7 @@ struct InterruptedThreadState { |
| uintptr_t csp; |
| uintptr_t dsp; |
| uintptr_t fp; |
| + uintptr_t ra; |
| }; |
| // When a thread is interrupted the thread specific interrupt callback will be |