projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2be520c
)
s390x: enable CPU_QuadU
author
Ulrich Hecht
<uli@suse.de>
Tue, 29 Mar 2011 13:29:34 +0000
(15:29 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 3 Apr 2011 22:34:12 +0000
(
00:34
+0200)
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>
cpu-all.h
patch
|
blob
|
history
diff --git
a/cpu-all.h
b/cpu-all.h
index 4f4631d79c6684986e4686c7d4279f36fe2c51b5..4cc445ffc329aa10f2d1aa2e31969d67e24957be 100644
(file)
--- a/
cpu-all.h
+++ b/
cpu-all.h
@@
-138,7
+138,7
@@
typedef union {
uint64_t ll;
} CPU_DoubleU;
-#if
def TARGET_SPARC
+#if
defined(TARGET_SPARC) || defined(TARGET_S390X)
typedef union {
float128 q;
#if defined(HOST_WORDS_BIGENDIAN) \