Ver Fonte

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 há 10 anos atrás
pai
commit
448909e2b0
1 ficheiros alterados com 1 adições e 0 exclusões
  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;