Revision bfed01fc target-ppc/op_helper.c

b/target-ppc/op_helper.c
40 40

  
41 41
/*****************************************************************************/
42 42
/* Exceptions processing helpers */
43
void cpu_loop_exit (void)
44
{
45
    longjmp(env->jmp_env, 1);
46
}
47 43

  
48 44
void do_raise_exception_err (uint32_t exception, int error_code)
49 45
{

Also available in: Unified diff