Revision 8cfd0495 target-microblaze/translate.c

b/target-microblaze/translate.c
138 138
    if ((tb->pc & TARGET_PAGE_MASK) == (dest & TARGET_PAGE_MASK)) {
139 139
        tcg_gen_goto_tb(n);
140 140
        tcg_gen_movi_tl(cpu_SR[SR_PC], dest);
141
        tcg_gen_exit_tb((tcg_target_long)tb + n);
141
        tcg_gen_exit_tb((uintptr_t)tb + n);
142 142
    } else {
143 143
        tcg_gen_movi_tl(cpu_SR[SR_PC], dest);
144 144
        tcg_gen_exit_tb(0);

Also available in: Unified diff