Browse Source

minor tweak for correctness

Eric Andersen 20 years ago
parent
commit
abf812568a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/mips/bsd-setjmp.S

+ 1 - 1
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