Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148549244
D34050.id102008.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
647 B
Referenced Files
None
Subscribers
None
D34050.id102008.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D34050: Use uintptr_t for return type of _Unwind_GetCFA.
Attached
Detach File
Event Timeline
Log In to Comment