Revision 3b1c8be4 target-mips/cpu.h

b/target-mips/cpu.h
44 44
typedef struct tlb_t tlb_t;
45 45
struct tlb_t {
46 46
    target_ulong VPN;
47
    target_ulong end;
48
    target_ulong end2;
47
    uint_fast32_t PageMask;
49 48
    uint_fast8_t ASID;
50 49
    uint_fast16_t G:1;
51 50
    uint_fast16_t C0:3;

Also available in: Unified diff