mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Cast to __intptr_t before casting pointer to int64
This commit is contained in:
@ -124,7 +124,7 @@ __pthread_unwind (__pthread_unwind_buf_t *buf)
|
||||
/* This is not a catchable exception, so don't provide any details about
|
||||
the exception type. We do need to initialize the field though. */
|
||||
THREAD_SETMEM (self, exc.exception_class, 0);
|
||||
THREAD_SETMEM (self, exc.exception_cleanup, unwind_cleanup);
|
||||
THREAD_SETMEM (self, exc.exception_cleanup, &unwind_cleanup);
|
||||
|
||||
_Unwind_ForcedUnwind (&self->exc, unwind_stop, ibuf);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user