Re: [PATCH 15/19] target/microblaze: Introduce mo_endian() helper

2024-11-05 Thread Richard Henderson
On 11/5/24 13:04, Philippe Mathieu-Daudé wrote: mo_endian() returns the target endianness, currently static. Signed-off-by: Philippe Mathieu-Daudé --- target/microblaze/translate.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH 15/19] target/microblaze: Introduce mo_endian() helper

2024-11-05 Thread Philippe Mathieu-Daudé
mo_endian() returns the target endianness, currently static. Signed-off-by: Philippe Mathieu-Daudé --- target/microblaze/translate.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/target/microblaze/translate.c b/target/microblaze/translate.c index 86f3c196189