]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
tcg: Use TCGMemOp for TCGLabelQemuLdst.opc
authorRichard Henderson <rth@twiddle.net>
Fri, 11 Oct 2013 21:32:06 +0000 (14:32 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 12 Oct 2013 23:19:19 +0000 (16:19 -0700)
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/tcg-be-ldst.h

index 2826d296d73ba2b624c3fda69c6e4178582414e1..284db0c70d428f12e9c0705e5460fa9e538db583 100644 (file)
@@ -25,7 +25,7 @@
 
 typedef struct TCGLabelQemuLdst {
     int is_ld:1;            /* qemu_ld: 1, qemu_st: 0 */
-    int opc:4;
+    TCGMemOp opc:4;
     TCGReg addrlo_reg;      /* reg index for low word of guest virtual addr */
     TCGReg addrhi_reg;      /* reg index for high word of guest virtual addr */
     TCGReg datalo_reg;      /* reg index for low word to be loaded or stored */