Revision ab1103de target-lm32/translate.c

b/target-lm32/translate.c
1051 1051
            if (lj < j) {
1052 1052
                lj++;
1053 1053
                while (lj < j) {
1054
                    gen_opc_instr_start[lj++] = 0;
1054
                    tcg_ctx.gen_opc_instr_start[lj++] = 0;
1055 1055
                }
1056 1056
            }
1057 1057
            tcg_ctx.gen_opc_pc[lj] = dc->pc;
1058
            gen_opc_instr_start[lj] = 1;
1058
            tcg_ctx.gen_opc_instr_start[lj] = 1;
1059 1059
            tcg_ctx.gen_opc_icount[lj] = num_insns;
1060 1060
        }
1061 1061

  
......
1110 1110
        j = tcg_ctx.gen_opc_ptr - tcg_ctx.gen_opc_buf;
1111 1111
        lj++;
1112 1112
        while (lj <= j) {
1113
            gen_opc_instr_start[lj++] = 0;
1113
            tcg_ctx.gen_opc_instr_start[lj++] = 0;
1114 1114
        }
1115 1115
    } else {
1116 1116
        tb->size = dc->pc - pc_start;

Also available in: Unified diff