summary refs log tree commit diff stats
path: root/chardev/char-socket.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-04 13:30:20 -0300
committerThomas Huth <thuth@redhat.com>2024-10-07 11:33:20 +0200
commita0bc3cefe287cdaf604817e0477bb03a04b88b34 (patch)
tree25de9bd52acb6da082bd856f7ee89faaf7c15435 /chardev/char-socket.c
parentc76c86fba53801769df19e9cf72630240f7eb256 (diff)
downloadfocaccia-qemu-a0bc3cefe287cdaf604817e0477bb03a04b88b34.tar.gz
focaccia-qemu-a0bc3cefe287cdaf604817e0477bb03a04b88b34.zip
target/s390x: Replace ldtul_p() -> ldq_p()
The S390X  target is only built for 64-bit.
Using ldtul_p() is pointless, replace by ldq_p().

Mechanical change doing:

  $ sed -i -e 's/ldtul_p/ldq_p/' $(git grep -wl ldtul_p target/s390x/)

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20241004163042.85922-5-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'chardev/char-socket.c')
0 files changed, 0 insertions, 0 deletions