summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/bsd-setjmp.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-05-27 00:22:50 +0000
committerEric Andersen <andersen@codepoet.org>2005-05-27 00:22:50 +0000
commitabf812568a177684a3c14bcf76d5b379a38b1b6d (patch)
treeb5e7710b3c4df367a3e5020d19256cdc79596e5a /libc/sysdeps/linux/mips/bsd-setjmp.S
parent6fdbba5dfdbb311ff8e17bd4b8d9e0a46c231361 (diff)
minor tweak for correctness
Diffstat (limited to 'libc/sysdeps/linux/mips/bsd-setjmp.S')
-rw-r--r--libc/sysdeps/linux/mips/bsd-setjmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/bsd-setjmp.S b/libc/sysdeps/linux/mips/bsd-setjmp.S
index 51af9c891..49a904d29 100644
--- a/libc/sysdeps/linux/mips/bsd-setjmp.S
+++ b/libc/sysdeps/linux/mips/bsd-setjmp.S
@@ -34,8 +34,8 @@
.type setjmp,@function
setjmp:
-#ifdef __PIC__
.set noreorder
+#ifdef __PIC__
.cpload t9
.set reorder
la t9, __sigsetjmp