diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-05 21:28:04 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-05 21:28:04 +0000 |
commit | f172bca008ced78b7b12397567091da3b789a2bf (patch) | |
tree | 4d27b53f35db9d162c7402c07bd7348fbdb8a71d /linuxthreads/sysdeps/mips/pspinlock.c | |
parent | 2e3b99764abe1575810b544af05c31cf71edab63 (diff) | |
download | glibc-f172bca008ced78b7b12397567091da3b789a2bf.tar glibc-f172bca008ced78b7b12397567091da3b789a2bf.tar.gz glibc-f172bca008ced78b7b12397567091da3b789a2bf.tar.bz2 glibc-f172bca008ced78b7b12397567091da3b789a2bf.zip |
Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
Diffstat (limited to 'linuxthreads/sysdeps/mips/pspinlock.c')
-rw-r--r-- | linuxthreads/sysdeps/mips/pspinlock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linuxthreads/sysdeps/mips/pspinlock.c b/linuxthreads/sysdeps/mips/pspinlock.c index caa82e38eb..7df3040bda 100644 --- a/linuxthreads/sysdeps/mips/pspinlock.c +++ b/linuxthreads/sysdeps/mips/pspinlock.c @@ -32,8 +32,7 @@ __pthread_spin_lock (pthread_spinlock_t *lock) unsigned int tmp; asm volatile - (".set mips2\n\t" - "\t\t\t# spin_lock\n\t" + ("\t\t\t# spin_lock\n\t" "1:\n\t" "ll %1,%2\n\t" ".set push\n\t" |