Commit 03d843ddf271e96b6f8b2cd8a58f7a2004fcfaf9

Authored by bellard
1 parent eb51d102

fixed invalid signal masking


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@170 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
exec-i386.c
... ... @@ -335,7 +335,6 @@ static inline int handle_cpu_signal(unsigned long pc,
335 335 #endif
336 336 /* XXX: locking issue */
337 337 if (is_write && page_unprotect(address)) {
338   - sigprocmask(SIG_SETMASK, old_set, NULL);
339 338 return 1;
340 339 }
341 340 if (pc >= (unsigned long)code_gen_buffer &&
... ...