loader: Add missing checks for FreeBSD_kernel.

This commit is contained in:
Austin English 2011-01-15 15:52:54 -08:00 committed by Alexandre Julliard
parent 9832bd6c54
commit 534196fba9
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ static int pre_exec(void)
return 1; /* we have a preloader on x86-64 */
}
#elif defined(__FreeBSD__) && defined(__i386__)
#elif (defined(__FreeBSD__) || defined (__FreeBSD_kernel__)) && defined(__i386__)
static int pre_exec(void)
{