Page MenuHomeFreeBSD

D34050.id102008.diff
No OneTemporary

D34050.id102008.diff

diff --git a/lib/libthr/thread/thr_exit.c b/lib/libthr/thread/thr_exit.c
--- a/lib/libthr/thread/thr_exit.c
+++ b/lib/libthr/thread/thr_exit.c
@@ -67,7 +67,7 @@
/* unwind library pointers */
static _Unwind_Reason_Code (*uwl_forcedunwind)(struct _Unwind_Exception *,
_Unwind_Stop_Fn, void *);
-static unsigned long (*uwl_getcfa)(struct _Unwind_Context *);
+static uintptr_t (*uwl_getcfa)(struct _Unwind_Context *);
static void
thread_uw_init(void)
@@ -109,7 +109,7 @@
return (*uwl_forcedunwind)(ex, stop_func, stop_arg);
}
-unsigned long
+uintptr_t
_Unwind_GetCFA(struct _Unwind_Context *context)
{
return (*uwl_getcfa)(context);

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 19, 4:11 PM (2 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29969025
Default Alt Text
D34050.id102008.diff (647 B)

Event Timeline