Revision 43057ab1 target-mips/cpu.h

b/target-mips/cpu.h
87 87
		
88 88
#endif
89 89
#if defined(MIPS_USES_R4K_TLB)
90
    tlb_t tlb[16];
90
    tlb_t tlb[MIPS_TLB_NB];
91 91
#endif
92 92
    uint32_t CP0_index;
93 93
    uint32_t CP0_random;

Also available in: Unified diff