提交 03d843dd 编写于 作者: B bellard

fixed invalid signal masking


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@170 c046a42c-6fe2-441c-8c8c-71466251a162
上级 eb51d102
......@@ -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 &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册