MMX cannot be compiled without FPU
This commit is contained in:
parent
d7e6649f72
commit
a08834b7f7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user