uClibc: fix syscall() for syscalls with 6 arguments on PowerPC
[openwrt.git] / toolchain / uClibc / patches-0.9.33.2 / 470-powerpc_syscall6.patch
1 --- a/libc/sysdeps/linux/powerpc/syscall.S
2 +++ b/libc/sysdeps/linux/powerpc/syscall.S
3 @@ -30,6 +30,7 @@ syscall:
4         mr 5,6
5         mr 6,7
6         mr 7,8
7 +       mr 8,9
8         sc
9         bnslr;
10