mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-01 17:53:20 +00:00
target-s390x: Call tcg_gen_debug_insn_start
Cc: Alexander Graf <agraf@suse.de> Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
fa547e617c
commit
7193b5f6f5
@ -5173,10 +5173,11 @@ static inline void gen_intermediate_code_internal(CPUS390XState *env,
|
||||
if (num_insns + 1 == max_insns && (tb->cflags & CF_LAST_IO)) {
|
||||
gen_io_start();
|
||||
}
|
||||
#if defined(S390X_DEBUG_DISAS_VERBOSE)
|
||||
LOG_DISAS("pc " TARGET_FMT_lx "\n",
|
||||
dc.pc);
|
||||
#endif
|
||||
|
||||
if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP | CPU_LOG_TB_OP_OPT))) {
|
||||
tcg_gen_debug_insn_start(dc.pc);
|
||||
}
|
||||
|
||||
disas_s390_insn(env, &dc);
|
||||
|
||||
num_insns++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user