diff options
-rw-r--r-- | vl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4819,6 +4819,7 @@ int main(int argc, char **argv, char **envp) while (optind < argc) { if (argv[optind][0] != '-') { /* disk image */ + optind++; continue; } else { const QEMUOption *popt; |