Revision 4b4a72e5 target-sparc/translate.c

b/target-sparc/translate.c
241 241
        tcg_gen_goto_tb(tb_num);
242 242
        tcg_gen_movi_tl(cpu_pc, pc);
243 243
        tcg_gen_movi_tl(cpu_npc, npc);
244
        tcg_gen_exit_tb((long)tb + tb_num);
244
        tcg_gen_exit_tb((tcg_target_long)tb + tb_num);
245 245
    } else {
246 246
        /* jump to another page: currently not optimized */
247 247
        tcg_gen_movi_tl(cpu_pc, pc);

Also available in: Unified diff