Revision fdefe51c target-i386/translate.c

b/target-i386/translate.c
4202 4202
    target_ulong next_eip, tval;
4203 4203
    int rex_w, rex_r;
4204 4204

  
4205
    if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP)))
4205
    if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP | CPU_LOG_TB_OP_OPT))) {
4206 4206
        tcg_gen_debug_insn_start(pc_start);
4207
    }
4207 4208
    s->pc = pc_start;
4208 4209
    prefixes = 0;
4209 4210
    aflag = s->code32;

Also available in: Unified diff