Very small #ifdef mods so that all the static functions would

be compiled out, when MMX is not enabled for a compile.  Eliminates
the unused warnings from the compiler.
This commit is contained in:
Kevin Lawton 2002-09-09 17:13:13 +00:00
parent 414e97bc32
commit 1e22357b06

View File

@ -17,7 +17,6 @@
MMX_REGFILE.mmx[index].exp = 0xFFFF; \
}
#endif
static Bit8s SaturateWordSToByteS(Bit16s value)
{
@ -73,7 +72,6 @@ static Bit16u SaturateDwordSToWordU(Bit32s value)
return value;
}
#if BX_SUPPORT_MMX
void BX_CPU_C::PrintMmxRegisters(void)
{
for(int i=0;i<8;i++) {