qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 3/4] softfloat: Replace uint16 type with uint


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 3/4] softfloat: Replace uint16 type with uint_fast16_t
Date: Thu, 26 Apr 2012 17:10:39 +0100

On 25 April 2012 23:15, Andreas Färber <address@hidden> wrote:
> From: Andreas Färber <address@hidden>
>
> Based on the following Coccinelle patch:
>
> @@
> typedef uint16, uint_fast16_t;
> @@
> -uint16
> +uint_fast16_t
>
> Fixes the build of the Cocoa frontend on Mac OS X and avoids a
> workaround for AIX.
>
> For pre-10 Solaris include osdep.h.
>
> Reported-by: Pavel Borzenkov <address@hidden>
> Reported-by: Rui Carmo <address@hidden>
> Signed-off-by: Andreas Färber <address@hidden>
> Cc: Juan Pineda <address@hidden>
> Cc: malc <address@hidden>
> Cc: Ben Taylor <address@hidden>

Reviewed-by: Peter Maydell <address@hidden>

This is a safe change, because the uint16 type is used only
in a couple of functions which are only used by the ARM
target, and I've thrown a pile of tests at it to confirm
that this is still generating correct results.

-- PMM



reply via email to

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