mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 07:10:05 +00:00
(THREAD_SELF): Remove clobber.
This commit is contained in:
parent
a156ce100f
commit
ca7a59c287
@ -71,7 +71,7 @@ testandset (int *spinlock)
|
|||||||
#define THREAD_SELF \
|
#define THREAD_SELF \
|
||||||
({ \
|
({ \
|
||||||
register pthread_descr __self __asm__("$0"); \
|
register pthread_descr __self __asm__("$0"); \
|
||||||
__asm__ ("call_pal %1" : "=r"(__self) : "i"(PAL_rduniq) : "$0"); \
|
__asm__ ("call_pal %1" : "=r"(__self) : "i"(PAL_rduniq)); \
|
||||||
__self; \
|
__self; \
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user