Removed a now obsolete #ifdef.

This commit is contained in:
OBattler
2023-04-29 18:08:36 +02:00
parent 19ce34787d
commit 4aedbc44be

View File

@@ -755,7 +755,6 @@ opFPREM(uint32_t fetchdat)
CONCURRENCY_CYCLES((fpu_type >= FPU_487SX) ? (x87_concurrency.fprem) : (x87_concurrency.fprem * cpu_multi));
return 0;
}
#ifndef FPU_8087
static int
opFPREM1(uint32_t fetchdat)
{
@@ -776,7 +775,6 @@ opFPREM1(uint32_t fetchdat)
CONCURRENCY_CYCLES((fpu_type >= FPU_487SX) ? (x87_concurrency.fprem1) : (x87_concurrency.fprem1 * cpu_multi));
return 0;
}
#endif
static int
opFSQRT(uint32_t fetchdat)