提交 60b46aa2 编写于 作者: A Andreas Färber 提交者: Andreas Färber

cocoa: Suppress Cocoa frontend for -qtest

Signed-off-by: NAndreas Färber <andreas.faerber@web.de>
上级 f283edc4
......@@ -879,7 +879,8 @@ int main (int argc, const char * argv[]) {
!strcmp(opt, "-vnc") ||
!strcmp(opt, "-nographic") ||
!strcmp(opt, "-version") ||
!strcmp(opt, "-curses")) {
!strcmp(opt, "-curses") ||
!strcmp(opt, "-qtest")) {
return qemu_main(gArgc, gArgv, *_NSGetEnviron());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册