Эх сурвалжийг харах

mips64 patch from Atsushi Nemoto:
We should use "PTR_LA" instead of "la" for N64 ABI.

Eric Andersen 19 жил өмнө
parent
commit
e70d824a1c

+ 1 - 1
libc/sysdeps/linux/mips/pipe.S

@@ -19,7 +19,7 @@ pipe:
 	syscall
 	beqz	a3, 1f
 #ifdef __PIC__
-	la	t9, __syscall_error
+	PTR_LA	t9, __syscall_error
 	jr	t9
 #else
 	j	__syscall_error