Revision 36271893 target-mips/translate_init.c

b/target-mips/translate_init.c
495 495
#ifdef CONFIG_USER_ONLY
496 496
    if (env->CP0_Config1 & (1 << CP0C1_FP))
497 497
        env->hflags |= MIPS_HFLAG_FPU;
498
#ifdef TARGET_MIPS64
498 499
    if (env->fpu->fcr0 & (1 << FCR0_F64))
499 500
        env->hflags |= MIPS_HFLAG_F64;
500 501
#endif
502
#endif
501 503
}
502 504

  
503 505
static void mvp_init (CPUMIPSState *env, const mips_def_t *def)

Also available in: Unified diff