Revision 7739f36e translate-i386.c

b/translate-i386.c
4122 4122
                lj++;
4123 4123
                while (lj < j)
4124 4124
                    gen_opc_instr_start[lj++] = 0;
4125
                gen_opc_pc[lj] = (uint32_t)pc_ptr;
4126
                gen_opc_cc_op[lj] = dc->cc_op;
4127
                gen_opc_instr_start[lj] = 1;
4128 4125
            }
4126
            gen_opc_pc[lj] = (uint32_t)pc_ptr;
4127
            gen_opc_cc_op[lj] = dc->cc_op;
4128
            gen_opc_instr_start[lj] = 1;
4129 4129
        }
4130 4130
        ret = disas_insn(dc, pc_ptr);
4131 4131
        if (ret == -1) {

Also available in: Unified diff