Revision 893f9865 target-mips/translate_init.c

b/target-mips/translate_init.c
547 547
    env->CP0_SRSCtl = def->CP0_SRSCtl;
548 548
    env->current_tc = 0;
549 549
    env->current_tc_gprs = &env->gpr[env->current_tc][0];
550
    env->current_tc_hi = &env->HI[env->current_tc][0];
550 551
    env->SEGBITS = def->SEGBITS;
551 552
    env->SEGMask = (target_ulong)((1ULL << def->SEGBITS) - 1);
552 553
#if defined(TARGET_MIPS64)

Also available in: Unified diff