diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2010-11-03 21:21:12 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2010-11-03 21:21:12 +0000 |
| commit | e974cac769ba6803e6d1a39345cb27e3b5e836be (patch) | |
| tree | 4c38a96677d5bc757722a35f9ebcec9f97c1f16f /sys/i386/ibcs2/ibcs2_sysvec.c | |
| parent | f1a436e93242164622c67cb7673482b0a97c2e82 (diff) | |
Notes
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_sysvec.c')
| -rw-r--r-- | sys/i386/ibcs2/ibcs2_sysvec.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/ibcs2_sysvec.c b/sys/i386/ibcs2/ibcs2_sysvec.c index d5b41e3da915..d69a24464f83 100644 --- a/sys/i386/ibcs2/ibcs2_sysvec.c +++ b/sys/i386/ibcs2/ibcs2_sysvec.c @@ -86,7 +86,10 @@ struct sysentvec ibcs2_svr3_sysvec = { .sv_setregs = exec_setregs, .sv_fixlimit = NULL, .sv_maxssiz = NULL, - .sv_flags = SV_ABI_UNDEF | SV_IA32 | SV_ILP32 + .sv_flags = SV_ABI_UNDEF | SV_IA32 | SV_ILP32, + .sv_set_syscall_retval = cpu_set_syscall_retval, + .sv_fetch_syscall_args = cpu_fetch_syscall_args, + .sv_syscallnames = NULL, }; static int |
