SH: Implement MOVCO.L and MOVLI.L
[qemu] / target-sh4 / cpu.h
index 86a4a6b..7ee22d8 100644 (file)
@@ -140,6 +140,8 @@ typedef struct CPUSH4State {
     uint32_t prr;              /* Processor Revision Register */
     uint32_t cvr;              /* Cache Version Register */
 
+    uint32_t ldst;
+
      CPU_COMMON tlb_t utlb[UTLB_SIZE]; /* unified translation table */
     tlb_t itlb[ITLB_SIZE];     /* instruction translation table */
     void *intc_handle;