summaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
authorUlrich Hecht <uli@suse.de>2011-03-29 15:29:34 +0200
committerAurelien Jarno <aurelien@aurel32.net>2011-04-04 00:34:12 +0200
commit490f4edcdf64524fb29a758e381985b6b0cf002f (patch)
treee41b4145e853b648d4cd86bdd9eef09df2d6aeb4 /cpu-all.h
parentbc434676dc99f492492b8d0b23a0e49262202029 (diff)
downloadqemu-490f4edcdf64524fb29a758e381985b6b0cf002f.tar.gz
s390x: enable CPU_QuadU
S390x uses the QuadU type, so let's enable it. Signed-off-by: Ulrich Hecht <uli@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-all.h b/cpu-all.h
index 4f4631d79c..4cc445ffc3 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) \