Revision 4b4a72e5 target-sh4/translate.c

b/target-sh4/translate.c
302 302
	/* Use a direct jump if in same page and singlestep not enabled */
303 303
        tcg_gen_goto_tb(n);
304 304
        tcg_gen_movi_i32(cpu_pc, dest);
305
        tcg_gen_exit_tb((long) tb + n);
305
        tcg_gen_exit_tb((tcg_target_long)tb + n);
306 306
    } else {
307 307
        tcg_gen_movi_i32(cpu_pc, dest);
308 308
        if (ctx->singlestep_enabled)

Also available in: Unified diff