Re: [PATCH 12/16] target/sparc: Use explicit big-endian LD/ST API

2024-10-04 Thread Mark Cave-Ayland
On 04/10/2024 00:42, Philippe Mathieu-Daudé wrote: The SPARC architecture uses big endianness. Directly use the big-endian LD/ST API. Signed-off-by: Philippe Mathieu-Daudé --- target/sparc/gdbstub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/sparc/gdbstub

[PATCH 12/16] target/sparc: Use explicit big-endian LD/ST API

2024-10-03 Thread Philippe Mathieu-Daudé
The SPARC architecture uses big endianness. Directly use the big-endian LD/ST API. Signed-off-by: Philippe Mathieu-Daudé --- target/sparc/gdbstub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/sparc/gdbstub.c b/target/sparc/gdbstub.c index ec0036e9ef6..da72a7d3f