Eric Andersen 20 лет назад
Родитель
Сommit
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