mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 22:41:07 +00: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
|
||||
DEFAULT_GDBSTUB_PORT,
|
||||
"/tmp/qemu.log");
|
||||
exit(1);
|
||||
exit(strcmp(optarg, "?"));
|
||||
}
|
||||
|
||||
#define HAS_ARG 0x0001
|
||||
|
|
Loading…
Reference in a new issue