From 4e8dd9c1fc468700f3848f01d0c1e1d8e075dc8e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 12 Jun 2008 16:00:18 +0100 Subject: [PATCH] -direct-pci option should not be inside CONFIG_OPENGL --- vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vl.c b/vl.c index efdc641b8..b84d2f673 100644 --- a/vl.c +++ b/vl.c @@ -7234,8 +7234,8 @@ static void help(int exitcode) #endif #ifdef CONFIG_OPENGL "-disable-opengl disable OpenGL rendering, using SDL" - "-direct-pci s specify pci passthrough, with configuration string s\n" #endif + "-direct-pci s specify pci passthrough, with configuration string s\n" #ifdef TARGET_I386 "-no-fd-bootchk disable boot signature checking for floppy disks\n" #endif -- 2.39.5