From 448909e2b07ea9a36fc6ed7e337c6536a34c4ae3 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 22 Jan 2014 23:10:15 +0100 Subject: powerpc: syscall support up to 6 arguments As reported by Kristof Provost. Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/powerpc/syscall.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/powerpc') 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; -- cgit v1.2.3