1 --- uClibc-0.9.29.orig/libc/sysdeps/linux/mips/syscall.S 2009-02-27 19:26:57.420288905 +0100
2 +++ uClibc-0.9.29/libc/sysdeps/linux/mips/syscall.S 2009-02-27 19:43:18.000000000 +0100
4 .type syscall,@function
10 move v0, a0 /* Load system call number from first arg. */
11 move a0, a1 /* Move the next three args up a register. */
18 j ra /* Return to caller. */
20 + move a0,v0 /* Pass return val to C function. */
23 + SETUP_GP64(v0, syscall)
24 + PTR_LA t9, __syscall_error
31 .size syscall,.-syscall