From 788e4ffb5c4d6e4a32d147f30d2601d0d34281a3 Mon Sep 17 00:00:00 2001 From: Kanoj Sarcar Date: Tue, 29 Feb 2000 22:13:07 +0000 Subject: Get some code in to make sure that 32 bit execs do not fail. This does not mean they work yet. --- arch/mips64/kernel/scall_o32.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/mips64/kernel/scall_o32.S') diff --git a/arch/mips64/kernel/scall_o32.S b/arch/mips64/kernel/scall_o32.S index 4ee2cbace..2e6f56ce8 100644 --- a/arch/mips64/kernel/scall_o32.S +++ b/arch/mips64/kernel/scall_o32.S @@ -202,7 +202,7 @@ illegal_syscall: sys sys_creat 2 sys sys_link 2 sys sys_unlink 1 /* 4010 */ - sys sys_execve 0 + sys sys32_execve 0 sys sys_chdir 1 sys sys_time 1 sys sys_mknod 3 -- cgit v1.2.3