On 3/12/25 03:38, Philippe Mathieu-Daudé wrote:
The x86 architecture is only implemented as little-endian. The MO_TE definition always expands to MO_LE.Replace: - MO_TEUQ -> MO_LE | MO_UQ - MO_TE -> MO_LE Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- target/i386/tcg/emit.c.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Is there a reason not to use MO_LEUQ? Anyway, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~