projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
target-ppc: Introduce unrealizefn for PowerPCCPU
[qemu.git]
/
aio-win32.c
diff --git
a/aio-win32.c
b/aio-win32.c
index f5ea027f8cf02f6f1280b064675b64312d97ae63..38723bf1d37160a6de72763100f42fd66c401449 100644
(file)
--- a/
aio-win32.c
+++ b/
aio-win32.c
@@
-214,5
+214,6
@@
bool aio_poll(AioContext *ctx, bool blocking)
events[ret - WAIT_OBJECT_0] = events[--count];
}
- return progress;
+ assert(progress || busy);
+ return true;
}
This page took
0.019843 seconds
and
4
git commands to generate.