Revision 4b4a72e5 target-i386/translate.c

b/target-i386/translate.c
2274 2274
        /* jump to same page: we can use a direct jump */
2275 2275
        tcg_gen_goto_tb(tb_num);
2276 2276
        gen_jmp_im(eip);
2277
        tcg_gen_exit_tb((long)tb + tb_num);
2277
        tcg_gen_exit_tb((tcg_target_long)tb + tb_num);
2278 2278
    } else {
2279 2279
        /* jump to another page: currently not optimized */
2280 2280
        gen_jmp_im(eip);

Also available in: Unified diff