summary refs log tree commit diff stats
path: root/bsd-user/syscall.c
diff options
context:
space:
mode:
authorGabriel Kerneis <gabriel@kerneis.info>2013-04-23 18:15:12 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2013-04-26 11:58:14 +0200
commitd49b8e0b299df3f0472945eb6d33b8413d102046 (patch)
tree8eb0356260d29a7575b0a2c9f5d5f3c7c8119757 /bsd-user/syscall.c
parent7edd2cf1a2eace84e3f8753e912449ae8871802f (diff)
downloadfocaccia-qemu-d49b8e0b299df3f0472945eb6d33b8413d102046.tar.gz
focaccia-qemu-d49b8e0b299df3f0472945eb6d33b8413d102046.zip
s390x: use CONFIG_INT128 to detect __uint128_t
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 <gabriel@kerneis.info>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'bsd-user/syscall.c')
0 files changed, 0 insertions, 0 deletions