|
@@ -337,10 +337,6 @@ void perf_report_code(uint64_t guest_pc, TranslationBlock *tb,
|
|
q[insn].address = gen_insn_data[insn * start_words + 0];
|
|
q[insn].address = gen_insn_data[insn * start_words + 0];
|
|
if (tb_cflags(tb) & CF_PCREL) {
|
|
if (tb_cflags(tb) & CF_PCREL) {
|
|
q[insn].address |= (guest_pc & qemu_target_page_mask());
|
|
q[insn].address |= (guest_pc & qemu_target_page_mask());
|
|
- } else {
|
|
|
|
-#if defined(TARGET_I386)
|
|
|
|
- q[insn].address -= tb->cs_base;
|
|
|
|
-#endif
|
|
|
|
}
|
|
}
|
|
q[insn].flags = DEBUGINFO_SYMBOL | (jitdump ? DEBUGINFO_LINE : 0);
|
|
q[insn].flags = DEBUGINFO_SYMBOL | (jitdump ? DEBUGINFO_LINE : 0);
|
|
}
|
|
}
|