You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- 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;
|
|
|
|
|