mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Return success for -M '?' query option.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3008 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
17044c06b8
commit
35cc6f8b97
1 changed files with 1 additions and 1 deletions
2
vl.c
2
vl.c
|
@ -6705,7 +6705,7 @@ void help(void)
|
||||||
#endif
|
#endif
|
||||||
DEFAULT_GDBSTUB_PORT,
|
DEFAULT_GDBSTUB_PORT,
|
||||||
"/tmp/qemu.log");
|
"/tmp/qemu.log");
|
||||||
exit(1);
|
exit(strcmp(optarg, "?"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#define HAS_ARG 0x0001
|
#define HAS_ARG 0x0001
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue