Revision 2c0d18dd target-ppc/translate.c

b/target-ppc/translate.c
215 215

  
216 216
static inline void gen_reset_fpstatus(void)
217 217
{
218
#ifdef CONFIG_SOFTFLOAT
219 218
    gen_helper_reset_fpstatus();
220
#endif
221 219
}
222 220

  
223 221
static inline void gen_compute_fprf(TCGv_i64 arg, int set_fprf, int set_rc)

Also available in: Unified diff