On 04/10/2024 01.42, Philippe Mathieu-Daudé wrote:
The S390 architecture uses big endianness. Directly use the big-endian LD/ST API.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- target/s390x/gdbstub.c | 4 ++-- target/s390x/ioinst.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>