I missed an 'IA32' in the documentation.

This commit is contained in:
obrien 2004-08-16 11:15:46 +00:00
parent 2e13038823
commit cdbbacbd49

View File

@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
#error "Unable to compile Linux-emulator due to missing COMPAT_43 option!"
#endif
#ifndef COMPAT_IA32
#error "Unable to compile Linux-emulator due to missing IA32 option!"
#error "Unable to compile Linux-emulator due to missing COMPAT_IA32 option!"
#endif
#define __ELF_WORD_SIZE 32