Revision 8cfd0495 target-sparc/translate.c

b/target-sparc/translate.c
322 322
        tcg_gen_goto_tb(tb_num);
323 323
        tcg_gen_movi_tl(cpu_pc, pc);
324 324
        tcg_gen_movi_tl(cpu_npc, npc);
325
        tcg_gen_exit_tb((tcg_target_long)tb + tb_num);
325
        tcg_gen_exit_tb((uintptr_t)tb + tb_num);
326 326
    } else {
327 327
        /* jump to another page: currently not optimized */
328 328
        tcg_gen_movi_tl(cpu_pc, pc);

Also available in: Unified diff