Revision efade670

b/target-i386/translate.c
6382 6382
        if (s->cc_op != CC_OP_DYNAMIC)
6383 6383
            gen_op_set_cc_op(s->cc_op);
6384 6384
        gen_jmp_im(pc_start - s->cs_base);
6385
        if (use_icount)
6386
            gen_io_start();
6385 6387
        tcg_gen_helper_0_0(helper_rdtsc);
6388
        if (use_icount) {
6389
            gen_io_end();
6390
            gen_jmp(s, s->pc - s->cs_base);
6391
        }
6386 6392
        break;
6387 6393
    case 0x133: /* rdpmc */
6388 6394
        if (s->cc_op != CC_OP_DYNAMIC)

Also available in: Unified diff