Explorar o código

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

Eric Andersen %!s(int64=19) %!d(string=hai) anos
pai
achega
e70d824a1c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/sysdeps/linux/mips/pipe.S

+ 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