mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-21 23:07:02 +00:00
11 lines
165 B
Diff
11 lines
165 B
Diff
|
--- a/libc/sysdeps/linux/powerpc/syscall.S
|
||
|
+++ b/libc/sysdeps/linux/powerpc/syscall.S
|
||
|
@@ -30,6 +30,7 @@ syscall:
|
||
|
mr 5,6
|
||
|
mr 6,7
|
||
|
mr 7,8
|
||
|
+ mr 8,9
|
||
|
sc
|
||
|
bnslr;
|
||
|
|