ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/fpu/fpu_ieee.cpp
(Generate patch)

Comparing BasiliskII/src/uae_cpu/fpu/fpu_ieee.cpp (file contents):
Revision 1.1 by gbeauche, 2002-09-13T12:50:40Z vs.
Revision 1.2 by gbeauche, 2002-09-13T15:06:42Z

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines