Revision 8cfd0495 target-unicore32/translate.c

b/target-unicore32/translate.c
1100 1100
    if ((tb->pc & TARGET_PAGE_MASK) == (dest & TARGET_PAGE_MASK)) {
1101 1101
        tcg_gen_goto_tb(n);
1102 1102
        gen_set_pc_im(dest);
1103
        tcg_gen_exit_tb((tcg_target_long)tb + n);
1103
        tcg_gen_exit_tb((uintptr_t)tb + n);
1104 1104
    } else {
1105 1105
        gen_set_pc_im(dest);
1106 1106
        tcg_gen_exit_tb(0);

Also available in: Unified diff