Revision 8cfd0495 target-i386/translate.c

b/target-i386/translate.c
2413 2413
        /* jump to same page: we can use a direct jump */
2414 2414
        tcg_gen_goto_tb(tb_num);
2415 2415
        gen_jmp_im(eip);
2416
        tcg_gen_exit_tb((tcg_target_long)tb + tb_num);
2416
        tcg_gen_exit_tb((uintptr_t)tb + tb_num);
2417 2417
    } else {
2418 2418
        /* jump to another page: currently not optimized */
2419 2419
        gen_jmp_im(eip);

Also available in: Unified diff