Revision 9656f324 target-sh4/cpu.h

b/target-sh4/cpu.h
114 114
    uint32_t expevt;		/* exception event register */
115 115
    uint32_t intevt;		/* interrupt event register */
116 116

  
117
    int user_mode_only;
118
    int interrupt_request;
119 117
     CPU_COMMON tlb_t utlb[UTLB_SIZE];	/* unified translation table */
120 118
    tlb_t itlb[ITLB_SIZE];	/* instruction translation table */
121 119
    void *intc_handle;

Also available in: Unified diff