Revision af4b6c54

b/target-ppc/translate.c
8213 8213
                lj++;
8214 8214
                while (lj < j)
8215 8215
                    gen_opc_instr_start[lj++] = 0;
8216
                gen_opc_pc[lj] = ctx.nip;
8217
                gen_opc_instr_start[lj] = 1;
8218
                gen_opc_icount[lj] = num_insns;
8219 8216
            }
8217
            gen_opc_pc[lj] = ctx.nip;
8218
            gen_opc_instr_start[lj] = 1;
8219
            gen_opc_icount[lj] = num_insns;
8220 8220
        }
8221 8221
        LOG_DISAS("----------------\n");
8222 8222
        LOG_DISAS("nip=" ADDRX " super=%d ir=%d\n",

Also available in: Unified diff