Commit 03d843ddf271e96b6f8b2cd8a58f7a2004fcfaf9
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,7 +335,6 @@ static inline int handle_cpu_signal(unsigned long pc, | ||
| 335 | #endif | 335 | #endif |
| 336 | /* XXX: locking issue */ | 336 | /* XXX: locking issue */ |
| 337 | if (is_write && page_unprotect(address)) { | 337 | if (is_write && page_unprotect(address)) { |
| 338 | - sigprocmask(SIG_SETMASK, old_set, NULL); | ||
| 339 | return 1; | 338 | return 1; |
| 340 | } | 339 | } |
| 341 | if (pc >= (unsigned long)code_gen_buffer && | 340 | if (pc >= (unsigned long)code_gen_buffer && |