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

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

# Line 126 | Line 126 | PRIVATE inline bool FFPU fpcctrue(int co
126   #endif /* FPU_UAE */
127  
128   /* Return the address of the floating-point condition codes truth table */
129 < PUBLIC inline uae_u8 * const FFPU address_of_fpcond_truth_table(void)
129 > static inline uae_u8 * const FFPU address_of_fpcond_truth_table(void)
130          { return ((uae_u8*)&fpcond_truth_table[0][0]); }
131  
132   #endif /* FPU_X86_USE_NATIVE_FLAGS */
# Line 217 | Line 217 | PRIVATE inline void FFPU make_fpsr(fpu_r
217   /* -------------------------------------------------------------------------- */
218  
219   /* Return the address of the floating-point condition codes register */
220 < PUBLIC inline uae_u32 * const FFPU address_of_fpccr(void)
220 > static inline uae_u32 * const FFPU address_of_fpccr(void)
221          { return ((uae_u32 *)& FPU fpsr.condition_codes); }
222  
223   #endif /* FPU_FLAGS_H */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines