projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17044c0
)
Return success for -M '?' query option.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 23 Jun 2007 16:01:57 +0000
(16:01 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 23 Jun 2007 16:01:57 +0000
(16:01 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3008
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 89a2a1731d8316de7a6cdaff5800d45c4075161f..88f4177529585ed6c016ce353458af6e7337af5b 100644
(file)
--- a/
vl.c
+++ b/
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