diff --git a/reactos/ntoskrnl/ke/i386/kernel.c b/reactos/ntoskrnl/ke/i386/kernel.c index 40b94f68ea0..7c9261792c5 100644 --- a/reactos/ntoskrnl/ke/i386/kernel.c +++ b/reactos/ntoskrnl/ke/i386/kernel.c @@ -179,6 +179,8 @@ KeApplicationProcessorInit(VOID) Offset = InterlockedIncrement(&PcrsAllocated) - 1; Pcr = (PKPCR)((ULONG_PTR)KPCR_BASE + Offset * PAGE_SIZE); + KiCheckFPU(); + /* * Initialize the GDT */