]> Git Repo - qemu.git/blobdiff - stubs/iothread-lock.c
target/arm: Add v8M stack checks for Thumb push/pop
[qemu.git] / stubs / iothread-lock.c
index 5d8aca1b37d63cba061b9bee43162b4fb905e9a3..eb745d7d6a97529949001d34736eec1fd501858e 100644 (file)
@@ -1,7 +1,13 @@
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "qemu/main-loop.h"
 
-void qemu_mutex_lock_iothread(void)
+bool qemu_mutex_iothread_locked(void)
+{
+    return true;
+}
+
+void qemu_mutex_lock_iothread_impl(const char *file, int line)
 {
 }
 
This page took 0.037758 seconds and 4 git commands to generate.