From: Aurelien Jarno Date: Fri, 14 Jan 2011 19:39:18 +0000 (+0100) Subject: target-sh4: log instructions start in TCG code X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=be15c50d8e20edf9338c689764e6398ccec92ed9;p=qemu.git target-sh4: log instructions start in TCG code Signed-off-by: Aurelien Jarno --- diff --git a/target-sh4/translate.c b/target-sh4/translate.c index 65ea7f61c7..b3cbe91d21 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -1892,6 +1892,10 @@ static void decode_opc(DisasContext * ctx) { uint32_t old_flags = ctx->flags; + if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP))) { + tcg_gen_debug_insn_start(ctx->pc); + } + _decode_opc(ctx); if (old_flags & (DELAY_SLOT | DELAY_SLOT_CONDITIONAL)) {