Revision 3feaca9e target-unicore32/translate.c

b/target-unicore32/translate.c
1056 1056
    if ((tb->pc & TARGET_PAGE_MASK) == (dest & TARGET_PAGE_MASK)) {
1057 1057
        tcg_gen_goto_tb(n);
1058 1058
        gen_set_pc_im(dest);
1059
        tcg_gen_exit_tb((long)tb + n);
1059
        tcg_gen_exit_tb((tcg_target_long)tb + n);
1060 1060
    } else {
1061 1061
        gen_set_pc_im(dest);
1062 1062
        tcg_gen_exit_tb(0);

Also available in: Unified diff