On 3/25/25 08:45, Philippe Mathieu-Daudé wrote:
When TARGET_LONG_BITS == 64, ldtul_p() expand to ldq_p(). Directly use the expanded form for clarity.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- target/i386/gdbstub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~