| Index: runtime/vm/signal_handler.h
|
| diff --git a/runtime/vm/signal_handler.h b/runtime/vm/signal_handler.h
|
| index 0c017414916e42c64ebaf6c7ef9ba83e621bd838..b5329bcaa56a10e34e7172ef5e939435aa09be79 100644
|
| --- a/runtime/vm/signal_handler.h
|
| +++ b/runtime/vm/signal_handler.h
|
| @@ -48,6 +48,7 @@ class SignalHandler : public AllStatic {
|
| static uintptr_t GetFramePointer(const mcontext_t& mcontext);
|
| static uintptr_t GetCStackPointer(const mcontext_t& mcontext);
|
| static uintptr_t GetDartStackPointer(const mcontext_t& mcontext);
|
| + static uintptr_t GetLinkRegister(const mcontext_t& mcontext);
|
| private:
|
| };
|
|
|
|
|