]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(THREAD_SELF): Remove clobber.
authorUlrich Drepper <drepper@redhat.com>
Mon, 20 May 2002 20:10:33 +0000 (20:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 20 May 2002 20:10:33 +0000 (20:10 +0000)
linuxthreads/sysdeps/alpha/pt-machine.h

index fc2b83fbf6f382cad39ef781569583f2781de234..a611f70da51eb4201f7e56409d10724c75719716 100644 (file)
@@ -71,7 +71,7 @@ testandset (int *spinlock)
 #define THREAD_SELF \
 ({                                                                           \
   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;                                                                    \
 })