MMX cannot be compiled without FPU

This commit is contained in:
Stanislav Shwartsman 2002-09-21 17:24:24 +00:00
parent d7e6649f72
commit a08834b7f7

View File

@ -34,6 +34,12 @@ struct BxFpuRegisters {
unsigned char alimit;
};
#if BX_SUPPORT_MMX
#if BX_SUPPORT_FPU == 0
#error "MMX cannot be compiled without FPU support";
#endif
#endif
#if BX_SUPPORT_MMX
typedef union {
Bit8u u8;