0e6ecf707d
Patch from the uClibc master. Fixes the package fastd on PowerPC. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 44694
10 lines
165 B
Diff
10 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;
|
|
|