/[qemu]/qemu/cpu-exec.c
ViewVC logotype

Diff of /qemu/cpu-exec.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.68 by bellard, Sat Nov 26 20:15:14 2005 UTC revision 1.69 by bellard, Sun Dec 4 18:46:05 2005 UTC
# Line 904  static inline int handle_cpu_signal(unsi Line 904  static inline int handle_cpu_signal(unsi
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;

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26