]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/translate.c
target-i386: Replace OT_* constants with MO_* constants
authorRichard Henderson <rth@twiddle.net>
Sat, 2 Nov 2013 16:54:47 +0000 (09:54 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 7 Jan 2014 19:36:16 +0000 (11:36 -0800)
commit4ba9938c893c040af589a7fb1265ac19a2dc43d2
treecc03c62729d746b46a7af5a0055665d5f4d1f02d
parent3523e4bd9b0b2ff05a88e09bd67be2ec8d5e9e08
target-i386: Replace OT_* constants with MO_* constants

The MO_8/16/32/64 constants have the same encoding and meaning
as the OT_BYTE/WORD/LONG/QUAD.  Since we rely on them being the
same, for the qemu_ld/st helpers, standardize on the common names.

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