diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/syscall.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/syscall.S b/libc/sysdeps/linux/powerpc/syscall.S index 3cb048acf..248df6973 100644 --- a/libc/sysdeps/linux/powerpc/syscall.S +++ b/libc/sysdeps/linux/powerpc/syscall.S @@ -29,6 +29,7 @@ syscall: mr 5,6 mr 6,7 mr 7,8 + mr 8,9 sc bnslr; |