]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-sh4/cpu.h
Move interrupt_request and user_mode_only to common cpu state.
[mirror_qemu.git] / target-sh4 / cpu.h
index 014ecd3422a0c16de3cc5afcb55baa745aa6f016..9dbadf4d32b7a9bbeefd98f0341fa99806fe0493 100644 (file)
@@ -114,8 +114,6 @@ typedef struct CPUSH4State {
     uint32_t expevt;           /* exception event register */
     uint32_t intevt;           /* interrupt event register */
 
-    int user_mode_only;
-    int interrupt_request;
      CPU_COMMON tlb_t utlb[UTLB_SIZE]; /* unified translation table */
     tlb_t itlb[ITLB_SIZE];     /* instruction translation table */
     void *intc_handle;