--- np2/i386c/ia32/instructions/system_inst.c 2012/01/08 11:36:06 1.38 +++ np2/i386c/ia32/instructions/system_inst.c 2012/01/24 17:17:13 1.39 @@ -286,6 +286,7 @@ MOV_CdRd(void) src &= CPU_CR0_ALL; #if defined(USE_FPU) src |= CPU_CR0_ET; /* FPU present */ + src &= ~CPU_CR0_EM; #else src |= CPU_CR0_EM | CPU_CR0_NE; src &= ~(CPU_CR0_MP | CPU_CR0_ET);