diff options
-rw-r--r-- | clang/lib/Headers/unwind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Headers/unwind.h b/clang/lib/Headers/unwind.h index 685c1dfd04e..d388ef3cb41 100644 --- a/clang/lib/Headers/unwind.h +++ b/clang/lib/Headers/unwind.h @@ -199,6 +199,8 @@ _Unwind_Word _Unwind_GetIPInfo(struct _Unwind_Context *, int *); _Unwind_Word _Unwind_GetCFA(struct _Unwind_Context *); +_Unwind_Word _Unwind_GetBSP(struct _Unwind_Context *); + void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context *); _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *); |