On 24.03.2011, at 17:52, Peter Maydell wrote:
> On 24 March 2011 15:58, Alexander Graf wrote:
>> --- 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)
>>
On 24 March 2011 15:58, Alexander Graf wrote:
> --- 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
From: Ulrich Hecht
S390x uses the QuadU type, so let's enable it.
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 87b0f86..5a26d7a 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -138,7 +138,7 @@ typedef