]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Use VADDR_PRIx for logging pc_next
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 18 Feb 2025 16:26:40 +0000 (08:26 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 18 Feb 2025 16:29:02 +0000 (08:29 -0800)
commita630055df39e1960275d0e273af036f794b15662
tree325d33b2b44c75e6f1c364d1e8ee827aa40a794d
parenta0ea8654e525a2bd5c4c197948d3ba179ded90c7
target/mips: Use VADDR_PRIx for logging pc_next

DisasContextBase.pc_next has type vaddr; use the correct log format.

Fixes: 85c19af63e7 ("include/exec: Use vaddr in DisasContextBase for virtual addresses")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/mips/tcg/octeon_translate.c