commit | 4ba9938c893c040af589a7fb1265ac19a2dc43d2 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sat Nov 02 09:54:47 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jan 07 11:36:16 2014 -0800 |
tree | cc03c62729d746b46a7af5a0055665d5f4d1f02d | |
parent | 3523e4bd9b0b2ff05a88e09bd67be2ec8d5e9e08 [diff] |
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>