diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-18 07:29:30 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-18 07:29:30 +0000 |
commit | aa806132323edd5631be108ad8c296970668cd83 (patch) | |
tree | fdca6f6142a18a48dc726d8f877a386b781b23b7 /sysemu.h | |
parent | c6d25871212c05af647eccaad6efc07a6f7a4acb (diff) |
Move bootp_filename to avoid a sparse warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7174 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -103,7 +103,6 @@ extern int graphic_rotate; extern int no_quit; extern int semihosting_enabled; extern int old_param; -extern const char *bootp_filename; #ifdef USE_KQEMU extern int kqemu_allowed; |