Re: [PATCH 10/10] target/microblaze: convert gdbstub to new helper

2025-03-20 Thread Philippe Mathieu-Daudé
On 19/3/25 19:22, Alex Bennée wrote: This is a pretty simple conversion which will be trivial to update once TARGET_BIGENDIAN is replaced with a helper function. Signed-off-by: Alex Bennée --- target/microblaze/gdbstub.c | 44 ++--- 1 file changed, 17 insertio

[PATCH 10/10] target/microblaze: convert gdbstub to new helper

2025-03-19 Thread Alex Bennée
This is a pretty simple conversion which will be trivial to update once TARGET_BIGENDIAN is replaced with a helper function. Signed-off-by: Alex Bennée --- target/microblaze/gdbstub.c | 44 ++--- 1 file changed, 17 insertions(+), 27 deletions(-) diff --git a/targ