mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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:
parent
bc434676dc
commit
490f4edcdf
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ typedef union {
|
||||||
uint64_t ll;
|
uint64_t ll;
|
||||||
} CPU_DoubleU;
|
} CPU_DoubleU;
|
||||||
|
|
||||||
#ifdef TARGET_SPARC
|
#if defined(TARGET_SPARC) || defined(TARGET_S390X)
|
||||||
typedef union {
|
typedef union {
|
||||||
float128 q;
|
float128 q;
|
||||||
#if defined(HOST_WORDS_BIGENDIAN) \
|
#if defined(HOST_WORDS_BIGENDIAN) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue