| 904 |
/* we restore the process signal mask as the sigreturn should |
/* we restore the process signal mask as the sigreturn should |
| 905 |
do it (XXX: use sigsetjmp) */ |
do it (XXX: use sigsetjmp) */ |
| 906 |
sigprocmask(SIG_SETMASK, old_set, NULL); |
sigprocmask(SIG_SETMASK, old_set, NULL); |
| 907 |
raise_exception_err(EXCP0E_PAGE, env->error_code); |
raise_exception_err(env->exception_index, env->error_code); |
| 908 |
} else { |
} else { |
| 909 |
/* activate soft MMU for this block */ |
/* activate soft MMU for this block */ |
| 910 |
env->hflags |= HF_SOFTMMU_MASK; |
env->hflags |= HF_SOFTMMU_MASK; |