cpu-exec: Remove non-portable type cast and fix format string
This change is needed for w64, but also changes the code for other hosts. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
b69e48a84d
commit
3ba1925545
@ -541,8 +541,8 @@ int cpu_exec(CPUArchState *env)
|
|||||||
tb_invalidated_flag = 0;
|
tb_invalidated_flag = 0;
|
||||||
}
|
}
|
||||||
#ifdef CONFIG_DEBUG_EXEC
|
#ifdef CONFIG_DEBUG_EXEC
|
||||||
qemu_log_mask(CPU_LOG_EXEC, "Trace 0x%08lx [" TARGET_FMT_lx "] %s\n",
|
qemu_log_mask(CPU_LOG_EXEC, "Trace %p [" TARGET_FMT_lx "] %s\n",
|
||||||
(long)tb->tc_ptr, tb->pc,
|
tb->tc_ptr, tb->pc,
|
||||||
lookup_symbol(tb->pc));
|
lookup_symbol(tb->pc));
|
||||||
#endif
|
#endif
|
||||||
/* see if we can patch the calling TB. When the TB
|
/* see if we can patch the calling TB. When the TB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user