commit | a691d41a118289e8eb8210e1a824a848497d14a9 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <[email protected]> | Tue May 11 18:07:04 2010 -0300 |
committer | Luiz Capitulino <[email protected]> | Wed May 19 12:45:54 2010 -0300 |
tree | ddb9afd85e4e24486e39d5f584c432fedc470c2f | |
parent | a875170167f75e63a11f68adc0a15b4e82a6c186 [diff] [blame] |
sysemu: Export 'no_shutdown' It's a global variable already, do_quit() will use it. Signed-off-by: Luiz Capitulino <[email protected]>
diff --git a/sysemu.h b/sysemu.h index 48ee66c..879446a 100644 --- a/sysemu.h +++ b/sysemu.h
@@ -128,6 +128,7 @@ extern int cursor_hide; extern int graphic_rotate; extern int no_quit; +extern int no_shutdown; extern int semihosting_enabled; extern int old_param; extern int boot_menu;