aboutsummaryrefslogtreecommitdiff
path: root/rust/qemu-api
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-04 11:05:13 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-15 11:55:09 -0300
commit39914ae89410d000b2936fa94c1d72edab8bcf06 (patch)
tree8a8494cba77cde10fdbec29a63db9510c4ef32e1 /rust/qemu-api
parent5caa0e1b1bf8597ea7277391b0e17e8584fad18f (diff)
downloadqemu-39914ae89410d000b2936fa94c1d72edab8bcf06.zip
qemu-39914ae89410d000b2936fa94c1d72edab8bcf06.tar.gz
qemu-39914ae89410d000b2936fa94c1d72edab8bcf06.tar.bz2
target/hexagon: Replace ldtul_p() -> ldl_p()
The Hexagon target is only built for 32-bit. Using ldtul_p() is pointless, replace by ldl_p(). Mechanical change doing: $ sed -i -e 's/ldtul_p/ldl_p/' \ $(git grep -wl ldtul_p target/hexagon/) Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241004163042.85922-3-philmd@linaro.org>
Diffstat (limited to 'rust/qemu-api')
0 files changed, 0 insertions, 0 deletions