diff options
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/mips/pipe.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/pipe.S b/libc/sysdeps/linux/mips/pipe.S index 1d9c2f889..791934da7 100644 --- a/libc/sysdeps/linux/mips/pipe.S +++ b/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 |