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:
parent
eb51d102bb
commit
03d843ddf2
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user