From 03d843ddf271e96b6f8b2cd8a58f7a2004fcfaf9 Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 14 May 2003 22:41:55 +0000 Subject: [PATCH] fixed invalid signal masking git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@170 c046a42c-6fe2-441c-8c8c-71466251a162 --- exec-i386.c | 1 - 1 file changed, 1 deletion(-) 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 &&