diff options
Diffstat (limited to 'include/sysemu/qtest.h')
-rw-r--r-- | include/sysemu/qtest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysemu/qtest.h b/include/sysemu/qtest.h index 723a4f9536..9a0c6b31c8 100644 --- a/include/sysemu/qtest.h +++ b/include/sysemu/qtest.h @@ -17,7 +17,7 @@ #include "qemu-common.h" #if !defined(CONFIG_USER_ONLY) -extern int qtest_allowed; +extern bool qtest_allowed; extern const char *qtest_chrdev; extern const char *qtest_log; |