Commit 534196fb authored by Austin English's avatar Austin English Committed by Alexandre Julliard

loader: Add missing checks for FreeBSD_kernel.

parent 9832bd6c
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment