Inline uc_tracecode when there is only exactly one hook

This commit is contained in:
2021-11-21 16:44:39 +01:00
parent 18d7f090ce
commit 87a391d549
31 changed files with 173 additions and 6 deletions

View File

@@ -4811,6 +4811,9 @@ static target_ulong disas_insn(DisasContext *s, CPUState *cpu)
s->last_cc_op = s->cc_op;
}
// Sync PC in advance
gen_jmp_im(s, pc_start);
// save the last operand
prev_op = tcg_last_op(tcg_ctx);
insn_hook = true;