Revision 4b4a72e5 target-arm/translate.c

b/target-arm/translate.c
3387 3387
    if ((tb->pc & TARGET_PAGE_MASK) == (dest & TARGET_PAGE_MASK)) {
3388 3388
        tcg_gen_goto_tb(n);
3389 3389
        gen_set_pc_im(dest);
3390
        tcg_gen_exit_tb((long)tb + n);
3390
        tcg_gen_exit_tb((tcg_target_long)tb + n);
3391 3391
    } else {
3392 3392
        gen_set_pc_im(dest);
3393 3393
        tcg_gen_exit_tb(0);

Also available in: Unified diff