Browse Source

powerpc: syscall support up to 6 arguments

As reported by Kristof Provost.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 10 years ago
parent
commit
448909e2b0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/powerpc/syscall.S

+ 1 - 0
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;