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

Comparing BasiliskII/src/uae_cpu/fpu/exceptions.h (file contents):
Revision 1.2 by gbeauche, 2002-09-19T15:42:16Z vs.
Revision 1.3 by gbeauche, 2002-11-16T15:28:25Z

# Line 50 | Line 50
50   /* -------------------------------------------------------------------------- */
51  
52   /* Optimized i386 fpu core must use native exceptions */
53 < #if defined(FPU_X86) && defined(X86_ASSEMBLY)
53 > #if defined(FPU_X86) && defined(USE_X87_ASSEMBLY)
54   # undef FPU_USE_GENERIC_EXCEPTIONS
55   # define FPU_USE_X86_EXCEPTIONS
56   #endif
57  
58   /* Optimized i386 fpu core must use native accrued exceptions */
59 < #if defined(FPU_X86) && defined(X86_ASSEMBLY)
59 > #if defined(FPU_X86) && defined(USE_X87_ASSEMBLY)
60   # undef FPU_USE_GENERIC_ACCRUED_EXCEPTIONS
61   # define FPU_USE_X86_ACCRUED_EXCEPTIONS
62   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines