fixed invalid signal masking

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@170 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2003-05-14 22:41:55 +00:00
parent eb51d102bb
commit 03d843ddf2
1 changed files with 0 additions and 1 deletions

View File

@ -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 &&