Revision b5dc7732 target-mips/translate_init.c

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

Also available in: Unified diff