diff options
Diffstat (limited to 'stubs/semihost.c')
-rw-r--r-- | stubs/semihost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/semihost.c b/stubs/semihost.c index f486651afb..d65c9fd5dc 100644 --- a/stubs/semihost.c +++ b/stubs/semihost.c @@ -23,7 +23,7 @@ QemuOptsList qemu_semihosting_config_opts = { }; /* Queries to config status default to off */ -bool semihosting_enabled(void) +bool semihosting_enabled(bool is_user) { return false; } |