瀏覽代碼

minor tweak for correctness

Eric Andersen 21 年之前
父節點
當前提交
abf812568a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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