提交 fd44d818 编写于 作者: B bellard

win32 aio emulation fix


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2135 c046a42c-6fe2-441c-8c8c-71466251a162
上级 f45512fe
......@@ -1129,6 +1129,9 @@ void qemu_aio_wait_start(void)
void qemu_aio_wait(void)
{
#ifndef QEMU_TOOL
qemu_bh_poll();
#endif
}
void qemu_aio_wait_end(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册