[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 07/16] target/m68k: Use explicit big-endian LD/ST API
From: |
Thomas Huth |
Subject: |
Re: [PATCH 07/16] target/m68k: Use explicit big-endian LD/ST API |
Date: |
Fri, 4 Oct 2024 18:36:26 +0200 |
Am Fri, 4 Oct 2024 01:42:02 +0200
schrieb Philippe Mathieu-Daudé <philmd@linaro.org>:
> The M68K architecture uses big endianness. Directly use
> the big-endian LD/ST API.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> target/m68k/gdbstub.c | 2 +-
> target/m68k/helper.c | 10 +++++-----
> 2 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
- [PATCH 02/16] exec/memop: Remove unused memop_big_endian() helper, (continued)
- [PATCH 02/16] exec/memop: Remove unused memop_big_endian() helper, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 03/16] linux-user/i386: Use explicit little-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 04/16] hw/i386: Use explicit little-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 05/16] target/i386: Use explicit little-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 06/16] hw/m68k: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 07/16] target/m68k: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- Re: [PATCH 07/16] target/m68k: Use explicit big-endian LD/ST API,
Thomas Huth <=
- [PATCH 08/16] hw/ppc/e500: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 09/16] hw/s390x: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 10/16] target/s390x: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 11/16] hw/sparc: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03
- [PATCH 12/16] target/sparc: Use explicit big-endian LD/ST API, Philippe Mathieu-Daudé, 2024/10/03