mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
include/exec: Use vaddr in DisasContextBase for virtual addresses
Updates target/ QEMU_LOG macros to use VADDR_PRIx for printing updated DisasContextBase fields. Signed-off-by: Anton Johansson <anjo@rev.ng> Message-Id: <20240119144024.14289-10-anjo@rev.ng> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
32f0c394bb
commit
85c19af63e
5 changed files with 14 additions and 12 deletions
|
@ -202,7 +202,8 @@ extern TCGv bcond;
|
|||
do { \
|
||||
if (MIPS_DEBUG_DISAS) { \
|
||||
qemu_log_mask(CPU_LOG_TB_IN_ASM, \
|
||||
TARGET_FMT_lx ": %08x Invalid %s %03x %03x %03x\n", \
|
||||
"%016" VADDR_PRIx \
|
||||
": %08x Invalid %s %03x %03x %03x\n", \
|
||||
ctx->base.pc_next, ctx->opcode, op, \
|
||||
ctx->opcode >> 26, ctx->opcode & 0x3F, \
|
||||
((ctx->opcode >> 16) & 0x1F)); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue