
5 Nov
2024
5 Nov
'24
1:33 p.m.
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é<philmd@linaro.org> --- target/microblaze/cpu.h | 7 +++++++ target/microblaze/translate.c | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~