diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-10-04 13:30:33 -0300 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-10-07 11:33:20 +0200 |
commit | 77b535cfdd1abf2d528fa04a83d925a8f8a86c92 (patch) | |
tree | 2f0d0ce145debc1b09bf1c54ecb601362d24bcc6 /scripts | |
parent | 7e9503f5040a2115c04d755a20251c8338aa8560 (diff) | |
download | qemu-77b535cfdd1abf2d528fa04a83d925a8f8a86c92.zip qemu-77b535cfdd1abf2d528fa04a83d925a8f8a86c92.tar.gz qemu-77b535cfdd1abf2d528fa04a83d925a8f8a86c92.tar.bz2 |
hw/m68k: Use explicit big-endian LD/ST API
The M68K architecture uses big endianness. Directly use
the big-endian LD/ST API.
Mechanical change using:
$ end=be; \
for acc in uw w l q tul; do \
sed -i -e "s/ld${acc}_p(/ld${acc}_${end}_p(/" \
-e "s/st${acc}_p(/st${acc}_${end}_p(/" \
$(git grep -wlE '(ld|st)t?u?[wlq]_p' hw/m68k/); \
done
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20241004163042.85922-18-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions