|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 04/25] target/s390x: Replace ldtul_p() -> ldq_p() |
Date: | Fri, 4 Oct 2024 18:11:44 -0700 |
User-agent: | Mozilla Thunderbird |
On 10/4/24 09:30, Philippe Mathieu-Daudé wrote:
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> --- target/s390x/gdbstub.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |