summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/mips/pthread_spin_lock.S
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-09-13 02:50:10 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-09-13 02:50:10 +0000
commit668a647669e09142cd76d2ec3f18a6448ce207ca (patch)
tree0d13d06809fc84ba06ef90c7f0f7cf1a3dfa201f /libpthread/nptl/sysdeps/mips/pthread_spin_lock.S
parentd48eca4146670ec7c07b2d85ec667bb91d263c68 (diff)
downloaduClibc-alpine-668a647669e09142cd76d2ec3f18a6448ce207ca.tar.bz2
uClibc-alpine-668a647669e09142cd76d2ec3f18a6448ce207ca.tar.xz
Cleaned up 'sysdep.h' file madness.
Diffstat (limited to 'libpthread/nptl/sysdeps/mips/pthread_spin_lock.S')
-rw-r--r--libpthread/nptl/sysdeps/mips/pthread_spin_lock.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/mips/pthread_spin_lock.S b/libpthread/nptl/sysdeps/mips/pthread_spin_lock.S
index d5f2a7234..e35c381ed 100644
--- a/libpthread/nptl/sysdeps/mips/pthread_spin_lock.S
+++ b/libpthread/nptl/sysdeps/mips/pthread_spin_lock.S
@@ -33,5 +33,6 @@ ENTRY (pthread_spin_lock)
MIPS_SYNC
.set pop
li v0, 0
- ret
-PSEUDO_END (pthread_spin_lock)
+ j ra
+ nop
+END (pthread_spin_lock)