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.1 by gbeauche, 2002-09-13T12:50:40Z vs.
Revision 1.5 by gbeauche, 2005-01-30T21:42:16Z

# Line 1 | Line 1
1   /*
2   *  fpu/exceptions.h - system-dependant FPU exceptions management
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2005 Christian Bauer
5   *
6   *  MC68881/68040 fpu emulation
7   *  
# 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
# Line 117 | Line 117 | PRIVATE inline void FFPU set_accrued_exc
117   #ifdef FPU_USE_GENERIC_EXCEPTIONS
118  
119   /* Initialize native exception management */
120 < PUBLIC inline void FFPU fpu_init_native_exceptions(void)
120 > static inline void FFPU fpu_init_native_exceptions(void)
121          { }
122  
123   /* Return m68k floating-point exception status */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines