From: bellard Date: Wed, 14 May 2003 22:41:55 +0000 (+0000) Subject: fixed invalid signal masking X-Git-Tag: v0.2.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d843ddf271e96b6f8b2cd8a58f7a2004fcfaf9;p=thirdparty%2Fqemu.git fixed invalid signal masking git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@170 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/exec-i386.c b/exec-i386.c index cde3da7ca41..18ea188886e 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 &&