summary refs log tree commit diff stats
path: root/semihosting/stubs-all.c
diff options
context:
space:
mode:
Diffstat (limited to 'semihosting/stubs-all.c')
-rw-r--r--semihosting/stubs-all.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/semihosting/stubs-all.c b/semihosting/stubs-all.c
index a2a1fc9c6f..c001c84574 100644
--- a/semihosting/stubs-all.c
+++ b/semihosting/stubs-all.c
@@ -11,6 +11,12 @@
 #include "qemu/osdep.h"
 #include "semihosting/semihost.h"
 
+/* Queries to config status default to off */
+bool semihosting_enabled(bool is_user)
+{
+    return false;
+}
+
 SemihostingTarget semihosting_get_target(void)
 {
     return SEMIHOSTING_TARGET_AUTO;