On Tue, Mar 25, 2025 at 04:45:28PM +0100, Philippe Mathieu-Daudé wrote: > Date: Tue, 25 Mar 2025 16:45:28 +0100 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH-for-10.1] target/i386/gdbstub: Replace ldtul_p() -> ldq_p() > X-Mailer: git-send-email 2.47.1 > > 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: Zhao Liu <zhao1....@intel.com>