Revision 64adab3f cpu-exec.c

b/cpu-exec.c
918 918
    /* we restore the process signal mask as the sigreturn should
919 919
       do it (XXX: use sigsetjmp) */
920 920
        sigprocmask(SIG_SETMASK, old_set, NULL);
921
        do_raise_exception_err(env->exception_index, env->error_code);
921
        raise_exception_err(env, env->exception_index, env->error_code);
922 922
    } else {
923 923
        /* activate soft MMU for this block */
924 924
        cpu_resume_from_signal(env, puc);

Also available in: Unified diff