]> git.proxmox.com Git - qemu.git/blobdiff - cpu-exec.c
prep: Initialize PC speaker
[qemu.git] / cpu-exec.c
index d153f978e1109c77390c461ba64d30b6170141a2..0344cd5c59b13839fbb6df528b892db09da4599c 100644 (file)
@@ -541,8 +541,8 @@ int cpu_exec(CPUArchState *env)
                     tb_invalidated_flag = 0;
                 }
 #ifdef CONFIG_DEBUG_EXEC
-                qemu_log_mask(CPU_LOG_EXEC, "Trace 0x%08lx [" TARGET_FMT_lx "] %s\n",
-                             (long)tb->tc_ptr, tb->pc,
+                qemu_log_mask(CPU_LOG_EXEC, "Trace %p [" TARGET_FMT_lx "] %s\n",
+                             tb->tc_ptr, tb->pc,
                              lookup_symbol(tb->pc));
 #endif
                 /* see if we can patch the calling TB. When the TB