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: malc
Subject: Re: [Qemu-devel] [PATCH v2 3/4] softfloat: Replace uint16 type with uint_fast16_t
Date: Thu, 26 Apr 2012 20:29:57 +0400 (MSK)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

On Thu, 26 Apr 2012, Peter Maydell wrote:

> 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.
> 

And i no longer have access to an AIX box, so fine by me.

-- 
mailto:address@hidden



reply via email to

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