sim-card
/
qemu
Archived
10
0
Fork 0

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>
This commit is contained in:
Ulrich Hecht 2011-03-29 15:29:34 +02:00 committed by Aurelien Jarno
parent bc434676dc
commit 490f4edcdf
1 changed files with 1 additions and 1 deletions

View File

@ -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) \