summaryrefslogtreecommitdiffstats
path: root/stubs/iothread-lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/iothread-lock.c')
-rw-r--r--stubs/iothread-lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/iothread-lock.c b/stubs/iothread-lock.c
index 2a6efad64a..5b45b7fc8b 100644
--- a/stubs/iothread-lock.c
+++ b/stubs/iothread-lock.c
@@ -3,7 +3,7 @@
bool qemu_mutex_iothread_locked(void)
{
- return true;
+ return false;
}
void qemu_mutex_lock_iothread_impl(const char *file, int line)