Removed a now obsolete #ifdef.
This commit is contained in:
@@ -755,7 +755,6 @@ opFPREM(uint32_t fetchdat)
|
|||||||
CONCURRENCY_CYCLES((fpu_type >= FPU_487SX) ? (x87_concurrency.fprem) : (x87_concurrency.fprem * cpu_multi));
|
CONCURRENCY_CYCLES((fpu_type >= FPU_487SX) ? (x87_concurrency.fprem) : (x87_concurrency.fprem * cpu_multi));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#ifndef FPU_8087
|
|
||||||
static int
|
static int
|
||||||
opFPREM1(uint32_t fetchdat)
|
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));
|
CONCURRENCY_CYCLES((fpu_type >= FPU_487SX) ? (x87_concurrency.fprem1) : (x87_concurrency.fprem1 * cpu_multi));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
opFSQRT(uint32_t fetchdat)
|
opFSQRT(uint32_t fetchdat)
|
||||||
|
Reference in New Issue
Block a user