aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/unwind.h')
-rw-r--r--sysdeps/generic/unwind.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/generic/unwind.h b/sysdeps/generic/unwind.h
index 08d3381..31c7054 100644
--- a/sysdeps/generic/unwind.h
+++ b/sysdeps/generic/unwind.h
@@ -200,6 +200,9 @@ _Unwind_GetTextRelBase (struct _Unwind_Context *_C)
abort ();
return 0;
}
+
+/* @@@ Retrieve the Backing Store Pointer of the given context. */
+extern _Unwind_Word _Unwind_GetBSP (struct _Unwind_Context *);
#else
extern _Unwind_Ptr _Unwind_GetDataRelBase (struct _Unwind_Context *);
extern _Unwind_Ptr _Unwind_GetTextRelBase (struct _Unwind_Context *);