On 11/5/24 13:04, Philippe Mathieu-Daudé wrote:
Consider the CPU ENDI bit, swap instructions when the CPU endianness doesn't match the binary one.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- target/microblaze/cpu.h | 7 +++++++ target/microblaze/translate.c | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~