qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 03/25] target/alpha: Replace ldtul_p() -> ldq_p()


From: Richard Henderson
Subject: Re: [PATCH v2 03/25] target/alpha: Replace ldtul_p() -> ldq_p()
Date: Fri, 4 Oct 2024 18:10:34 -0700
User-agent: Mozilla Thunderbird

On 10/4/24 09:30, Philippe Mathieu-Daudé wrote:
The Alpha 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/alpha/)

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  target/alpha/gdbstub.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]