[PATCH 3/3] wineboot: Remove superfluous fixme

Alexandre Julliard julliard at winehq.org
Wed Apr 10 01:59:36 CDT 2019


André Hentschel <nerv at dawncrow.de> writes:

> Signed-off-by: André Hentschel <nerv at dawncrow.de>
> ---
>  programs/wineboot/wineboot.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c
> index b85a3b6b6ea..01c85508430 100644
> --- a/programs/wineboot/wineboot.c
> +++ b/programs/wineboot/wineboot.c
> @@ -197,7 +197,6 @@ __ASM_GLOBAL_FUNC( do_cpuid,
>  #else
>  void do_cpuid( unsigned int ax, unsigned int *p )
>  {
> -    FIXME("\n");
>  }
>  #endif

It would be better to fix the callers to avoid pretending that we have
cpuid on ARM, and return correct ARM CPU information instead.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list