I missed an 'IA32' in the documentation.

This commit is contained in:
David E. O'Brien 2004-08-16 11:15:46 +00:00
parent 4a16b489ca
commit ce55a234ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133846

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