summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-14 22:41:55 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-05-14 22:41:55 +0000
commit03d843ddf271e96b6f8b2cd8a58f7a2004fcfaf9 (patch)
tree0ae3e31afa2cd362d5e8ebde6b30ed4787f1cb5d
parenteb51d102bbd541963ac5cb98d5a8c7c2fe9453d9 (diff)
downloadfocaccia-qemu-03d843ddf271e96b6f8b2cd8a58f7a2004fcfaf9.tar.gz
focaccia-qemu-03d843ddf271e96b6f8b2cd8a58f7a2004fcfaf9.zip
fixed invalid signal masking
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@170 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--exec-i386.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/exec-i386.c b/exec-i386.c
index cde3da7ca4..18ea188886 100644
--- a/exec-i386.c
+++ b/exec-i386.c
@@ -335,7 +335,6 @@ static inline int handle_cpu_signal(unsigned long pc,
 #endif
     /* XXX: locking issue */
     if (is_write && page_unprotect(address)) {
-        sigprocmask(SIG_SETMASK, old_set, NULL);
         return 1;
     }
     if (pc >= (unsigned long)code_gen_buffer &&