Revision fcb4a419 target-mips/translate.c

b/target-mips/translate.c
5430 5430
    }
5431 5431
    env->hflags = 0;
5432 5432
    env->PC = (int32_t)0xBFC00000;
5433
#if defined (MIPS_USES_R4K_TLB)
5434
    env->CP0_Random = MIPS_TLB_NB - 1;
5435
    env->tlb_in_use = MIPS_TLB_NB;
5436
#endif
5437 5433
    env->CP0_Wired = 0;
5438 5434
    /* SMP not implemented */
5439 5435
    env->CP0_EBase = 0x80000000;

Also available in: Unified diff