On 10/10/24 14:50, Philippe Mathieu-Daudé wrote:
Instead of swapping the reversed target endianness using MO_BSWAP, directly return the correct endianness.Suggested-by: Richard Henderson<richard.hender...@linaro.org> Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- target/mips/tcg/translate.h | 5 +++++ target/mips/tcg/mxu_translate.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~