diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-01-27 22:42:40 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-01-27 22:42:40 +0000 |
| commit | 522f5383547a2b3980f097a647b25f12c15411af (patch) | |
| tree | 325d7086cddad448587a74ed53c6beb9d8d44502 /include | |
| parent | 41e6398f9bc1bba4ed872118e742096d692fdfec (diff) | |
Diffstat (limited to 'include')
| -rw-r--r-- | include/unwind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unwind.h b/include/unwind.h index 214fb43730aa..a872c0a094ba 100644 --- a/include/unwind.h +++ b/include/unwind.h @@ -124,7 +124,7 @@ extern unsigned long _Unwind_GetBSP (struct _Unwind_Context *); /* Return the "canonical frame address" for the given context. This is used by NPTL... */ -extern unsigned long _Unwind_GetCFA (struct _Unwind_Context *); +extern uintptr_t _Unwind_GetCFA (struct _Unwind_Context *); /* Return the base-address for data references. */ extern unsigned long _Unwind_GetDataRelBase (struct _Unwind_Context *); |
