diff options
-rw-r--r-- | i386/i386/fpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/fpu.c b/i386/i386/fpu.c index 306baa4..5e507e9 100644 --- a/i386/i386/fpu.c +++ b/i386/i386/fpu.c @@ -101,7 +101,7 @@ init_fpu() * then trying to read the correct bit patterns from * the control and status registers. */ - set_cr0(get_cr0() & ~(CR0_EM|CR0_TS)); /* allow use of FPU */ + set_cr0(get_cr0() & ~(CR0_EM|CR0_TS|CR0_NE)); /* allow use of FPU */ fninit(); status = fnstsw(); |