win32 aio emulation fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2135 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2006-08-24 18:58:29 +00:00
parent f45512feac
commit fd44d81821
1 changed files with 3 additions and 0 deletions

View File

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