Revision 540635ba target-mips/translate_init.c

b/target-mips/translate_init.c
201 201
                    (0x3fe << CP0SRSC4_SRS14) | (0x3fe << CP0SRSC4_SRS13),
202 202
        .insn_flags = CPU_MIPS32R2 | ASE_MIPS16 | ASE_DSP,
203 203
    },
204
#ifdef TARGET_MIPS64
204
#if defined(TARGET_MIPSN32) || defined(TARGET_MIPS64)
205 205
    {
206 206
        .name = "R4000",
207 207
        .CP0_PRid = 0x00000400,
......
416 416
    env->CP0_Status_rw_bitmask = def->CP0_Status_rw_bitmask;
417 417
    env->CP0_TCStatus_rw_bitmask = def->CP0_TCStatus_rw_bitmask;
418 418
    env->CP0_SRSCtl = def->CP0_SRSCtl;
419
#ifdef TARGET_MIPS64
419
#if defined(TARGET_MIPSN32) || defined(TARGET_MIPS64)
420 420
    if (def->insn_flags & ISA_MIPS3)
421 421
    {
422 422
        env->hflags |= MIPS_HFLAG_64;

Also available in: Unified diff