Revision c227f099 target-mips/translate.c

b/target-mips/translate.c
8451 8451
                        (fp)->w[FP_ENDIAN_IDX], (fp)->d, (fp)->fd,          \
8452 8452
                        (fp)->fs[FP_ENDIAN_IDX], (fp)->fs[!FP_ENDIAN_IDX]); \
8453 8453
        else {                                                              \
8454
            union fpr tmp;                                                  \
8454
            fpr_t tmp;                                                      \
8455 8455
            tmp.w[FP_ENDIAN_IDX] = (fp)->w[FP_ENDIAN_IDX];                  \
8456 8456
            tmp.w[!FP_ENDIAN_IDX] = ((fp) + 1)->w[FP_ENDIAN_IDX];           \
8457 8457
            fpu_fprintf(f, "w:%08x d:%016lx fd:%13g fs:%13g psu:%13g\n",    \
......
8591 8591
CPUMIPSState *cpu_mips_init (const char *cpu_model)
8592 8592
{
8593 8593
    CPUMIPSState *env;
8594
    const a_mips_def *def;
8594
    const mips_def_t *def;
8595 8595

  
8596 8596
    def = cpu_mips_find_by_name(cpu_model);
8597 8597
    if (!def)

Also available in: Unified diff