mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Fix MIPS sys_clone
The clone syscall takes 6 args. Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
+1
-1
@@ -1626,7 +1626,7 @@ static const uint8_t mips_syscall_args[] = {
|
||||
MIPS_SYS(sys_ipc , 6)
|
||||
MIPS_SYS(sys_fsync , 1)
|
||||
MIPS_SYS(sys_sigreturn , 0)
|
||||
MIPS_SYS(sys_clone , 0) /* 4120 */
|
||||
MIPS_SYS(sys_clone , 6) /* 4120 */
|
||||
MIPS_SYS(sys_setdomainname, 2)
|
||||
MIPS_SYS(sys_newuname , 1)
|
||||
MIPS_SYS(sys_ni_syscall , 0) /* sys_modify_ldt */
|
||||
|
||||
Reference in New Issue
Block a user