]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/translate.c
target-i386: Change dflag to TCGMemOp
authorRichard Henderson <rth@twiddle.net>
Tue, 5 Nov 2013 23:37:57 +0000 (09:37 +1000)
committerRichard Henderson <rth@twiddle.net>
Tue, 7 Jan 2014 19:40:08 +0000 (11:40 -0800)
commitab4e4aec78657138312948359055e20f6266bd17
treed90dc0da1de47d30dcada6021cf5ebf46226a719
parent6f17675a9c14125af544948791a26e3d8033e2b0
target-i386: Change dflag to TCGMemOp

Changing the domain to TCGMemOp makes it easier to interoperate
with other portions of the rest of the translator.

We now only have one domain for size operands inside the translator,
which makes things less confusing all the way around.  There are
still a number of helpers that continue to use the log2-1 domain.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c