diff options
Diffstat (limited to 'target-sh4')
-rw-r--r-- | target-sh4/translate.c | 4 |
1 files changed, 4 insertions, 0 deletions
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)) { |