From patchwork Wed Oct 21 13:52:33 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [12/12] enable CPU_QuadU for s390x Date: Wed, 21 Oct 2009 03:52:33 -0000 From: Ulrich Hecht X-Patchwork-Id: 36606 Message-Id: <1256133153-3121-13-git-send-email-uli@suse.de> To: aurelien@aurel32.net Cc: riku.voipio@iki.fi, qemu-devel@nongnu.org, agraf@suse.de Signed-off-by: Ulrich Hecht --- cpu-all.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cpu-all.h b/cpu-all.h index ebe8bfb..d245dd2 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -138,7 +138,7 @@ typedef union { uint64_t ll; } CPU_DoubleU; -#ifdef TARGET_SPARC +#if defined(TARGET_SPARC) || defined(TARGET_S390X) typedef union { float128 q; #if defined(HOST_WORDS_BIGENDIAN) \