projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cdae45
)
tcg: Use TCGMemOp for TCGLabelQemuLdst.opc
author
Richard Henderson
<rth@twiddle.net>
Fri, 11 Oct 2013 21:32:06 +0000
(14:32 -0700)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/tcg/tcg-be-ldst.h
b/tcg/tcg-be-ldst.h
index 2826d296d73ba2b624c3fda69c6e4178582414e1..284db0c70d428f12e9c0705e5460fa9e538db583 100644
(file)
--- a/
tcg/tcg-be-ldst.h
+++ b/
tcg/tcg-be-ldst.h
@@
-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 */