# | Line 1621 | Line 1621 | void FFPU fpuop_arithmetic(uae_u32 opcod | |
---|---|---|
1621 | FPU registers[reg] = 1.0e256; | |
1622 | fpu_debug(("FP const: 1.0e256\n")); | |
1623 | break; | |
1624 | + | #if USE_LONG_DOUBLE |
1625 | case 0x3c: | |
1626 | FPU registers[reg] = 1.0e512; | |
1627 | fpu_debug(("FP const: 1.0e512\n")); | |
# | Line 1636 | Line 1637 | void FFPU fpuop_arithmetic(uae_u32 opcod | |
1637 | case 0x3f: | |
1638 | FPU registers[reg] = 1.0e4096; | |
1639 | fpu_debug(("FP const: 1.0e4096\n")); | |
1640 | + | #endif |
1641 | break; | |
1642 | default: | |
1643 | m68k_setpc (m68k_getpc () - 4); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |