diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/mips/pthread_spin_lock.S')
-rw-r--r-- | libpthread/nptl/sysdeps/mips/pthread_spin_lock.S | 5 |
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) |