qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH] s390x: use CONFIG_INT128 to detect __uint128_


From: Stefan Hajnoczi
Subject: Re: [Qemu-trivial] [PATCH] s390x: use CONFIG_INT128 to detect __uint128_t
Date: Fri, 26 Apr 2013 11:58:24 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Apr 23, 2013 at 06:15:12PM +0100, Gabriel Kerneis wrote:
> Target s390x uses ad-hoc macro magic to guess if the compiler
> supports the GCC extension __uint128_t.  This patch uses the
> the dedicated macro CONFIG_INT128 defined by configure instead.
> 
> This fixes compilation with the CIL source code analyzer, which
> uses GCC as a preprocessor but does not support __uint128_t.
> 
> Signed-off-by: Gabriel Kerneis <address@hidden>
> ---
>  target-s390x/int_helper.c |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan



reply via email to

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