Revision aefbc83e target-mips/translate.c

b/target-mips/translate.c
793 793
    gen_helper_raise_exception_err(texcp, terr);
794 794
    tcg_temp_free_i32(terr);
795 795
    tcg_temp_free_i32(texcp);
796
    gen_helper_interrupt_restart();
797
    tcg_gen_exit_tb(0);
798 796
}
799 797

  
800 798
static inline void
......
802 800
{
803 801
    save_cpu_state(ctx, 1);
804 802
    gen_helper_0i(raise_exception, excp);
805
    gen_helper_interrupt_restart();
806
    tcg_gen_exit_tb(0);
807 803
}
808 804

  
809 805
/* Addresses computation */

Also available in: Unified diff