]> Git Repo - qemu.git/blobdiff - tcg/tcg-be-ldst.h
tcg-mips: Use T9 for TCG_TMP1
[qemu.git] / tcg / tcg-be-ldst.h
index ad94c0ca513ebf7d37e8f23b5952342813b192ca..49b3de61ea75e79549145322e817f905a5d062ec 100644 (file)
@@ -31,8 +31,8 @@ typedef struct TCGLabelQemuLdst {
     TCGReg datalo_reg;      /* reg index for low word to be loaded or stored */
     TCGReg datahi_reg;      /* reg index for high word to be loaded or stored */
     int mem_index;          /* soft MMU memory index */
-    uint8_t *raddr;         /* gen code addr of the next IR of qemu_ld/st IR */
-    uint8_t *label_ptr[2];  /* label pointers to be updated */
+    tcg_insn_unit *raddr;   /* gen code addr of the next IR of qemu_ld/st IR */
+    tcg_insn_unit *label_ptr[2]; /* label pointers to be updated */
 } TCGLabelQemuLdst;
 
 typedef struct TCGBackendData {
This page took 0.02305 seconds and 4 git commands to generate.