Revision bfed01fc target-mips/op_helper.c

b/target-mips/op_helper.c
24 24

  
25 25
/*****************************************************************************/
26 26
/* Exceptions processing helpers */
27
void cpu_loop_exit(void)
28
{
29
    longjmp(env->jmp_env, 1);
30
}
31 27

  
32 28
void do_raise_exception_err (uint32_t exception, int error_code)
33 29
{

Also available in: Unified diff