1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Use the correct syscall table limit

This commit is contained in:
Peter Wemm 2003-12-10 23:16:32 +00:00
parent b9e240face
commit 7f3a56a41a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123422

View File

@ -66,6 +66,7 @@ __FBSDID("$FreeBSD$");
#include <compat/freebsd32/freebsd32_util.h>
#include <compat/freebsd32/freebsd32_proto.h>
#include <compat/freebsd32/freebsd32_syscall.h>
#include <compat/ia32/ia32_signal.h>
#include <machine/psl.h>
#include <machine/segments.h>
@ -93,7 +94,7 @@ extern struct sysent freebsd32_sysent[];
SYSCTL_NODE(_compat, OID_AUTO, ia32, CTLFLAG_RW, 0, "ia32 mode");
struct sysentvec ia32_freebsd_sysvec = {
SYS_MAXSYSCALL,
FREEBSD32_SYS_MAXSYSCALL,
freebsd32_sysent,
0,
0,