Revision 7739f36e translate-arm.c

b/translate-arm.c
812 812
                lj++;
813 813
                while (lj < j)
814 814
                    gen_opc_instr_start[lj++] = 0;
815
                gen_opc_pc[lj] = (uint32_t)dc->pc;
816
                gen_opc_instr_start[lj] = 1;
817 815
            }
816
            gen_opc_pc[lj] = (uint32_t)dc->pc;
817
            gen_opc_instr_start[lj] = 1;
818 818
        }
819 819
        disas_arm_insn(dc);
820 820
    } while (!dc->is_jmp && gen_opc_ptr < gen_opc_end && 

Also available in: Unified diff