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 */ |
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 */ |