qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix a compile error when none of the defines is


From: Stefano Stabellini
Subject: Re: [Qemu-devel] [PATCH] Fix a compile error when none of the defines is hit
Date: Wed, 21 Jan 2009 11:05:44 +0000
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

Liu Yu wrote:

> Signed-off-by: Liu Yu <address@hidden>


Acked-by: Stefano Stabellini <address@hidden>

> ---
>  vl.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/vl.c b/vl.c
> index 63d954b..1bf13c0 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -5548,6 +5548,8 @@ int main(int argc, char **argv, char **envp)
>                      sdl_display_init(ds, full_screen, no_frame);
>  #elif defined(CONFIG_COCOA)
>                      cocoa_display_init(ds, full_screen);
> +#else
> +                 ;
>  #endif
>              }
>      }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]