]> git.proxmox.com Git - qemu.git/blobdiff - target-alpha/translate.c
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
[qemu.git] / target-alpha / translate.c
index 3f9aee12d475b221c4ee254d3304e4ced29f97ec..f707d8deb9d85526376882713c9fe03eebac41e4 100644 (file)
@@ -3421,7 +3421,7 @@ static inline void gen_intermediate_code_internal(CPUAlphaState *env,
         insn = cpu_ldl_code(env, ctx.pc);
         num_insns++;
 
-       if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP))) {
+       if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP | CPU_LOG_TB_OP_OPT))) {
             tcg_gen_debug_insn_start(ctx.pc);
         }