summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/scall_o32.S
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-02-29 22:13:07 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-02-29 22:13:07 +0000
commit788e4ffb5c4d6e4a32d147f30d2601d0d34281a3 (patch)
tree167090e79ed550440651f23394f555333bbcf565 /arch/mips64/kernel/scall_o32.S
parentb04fc48f00da451345079d0f42dce70235713122 (diff)
Get some code in to make sure that 32 bit execs do not fail. This does
not mean they work yet.
Diffstat (limited to 'arch/mips64/kernel/scall_o32.S')
-rw-r--r--arch/mips64/kernel/scall_o32.S2
1 files changed, 1 insertions, 1 deletions
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