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.6 by gbeauche, 2002-09-19T20:52:50Z vs.
Revision 1.7 by gbeauche, 2002-11-16T15:28:25Z

# Line 2105 | Line 2105 | PUBLIC void FFPU fpu_init (bool integral
2105   #if defined(FPU_USE_X86_ROUNDING)
2106          // Initial state after boot, reset and frestore(null frame)
2107          x86_control_word = CW_INITIAL;
2108 < #elif defined(__i386__) && defined(X86_ASSEMBLY)
2108 > #elif defined(USE_X87_ASSEMBLY)
2109          volatile unsigned short int cw;
2110          __asm__ __volatile__("fnstcw %0" : "=m" (cw));
2111          cw &= ~0x0300; cw |= 0x0300; // CW_PC_EXTENDED

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines