Browse Source

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

Eric Andersen 18 years ago
parent
commit
e70d824a1c
1 changed files with 1 additions and 1 deletions
  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