提交 18113962 编写于 作者: P Paul Brook

Fix MIPS sys_clone

The clone syscall takes 6 args.
Signed-off-by: NPaul Brook <paul@codesourcery.com>
上级 d88a76d1
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册