Revision 4b4a72e5 target-cris/translate.c

b/target-cris/translate.c
596 596
	if ((tb->pc & TARGET_PAGE_MASK) == (dest & TARGET_PAGE_MASK)) {
597 597
		tcg_gen_goto_tb(n);
598 598
		tcg_gen_movi_tl(env_pc, dest);
599
		tcg_gen_exit_tb((long)tb + n);
599
                tcg_gen_exit_tb((tcg_target_long)tb + n);
600 600
	} else {
601 601
		tcg_gen_movi_tl(env_pc, dest);
602 602
		tcg_gen_exit_tb(0);

Also available in: Unified diff