projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e96005
)
ARM double ordering fix (Paul Brook)
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 7 Apr 2005 19:55:52 +0000
(19:55 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 7 Apr 2005 19:55:52 +0000
(19:55 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1356
c046a42c
-6fe2-441c-8c8c-
71466251a162
cpu-all.h
patch
|
blob
|
history
diff --git
a/cpu-all.h
b/cpu-all.h
index 25f9cea7a41ae10e7703920085eeff6c30f00ca1..448f2c5bae0afc1a1c74d42471035e3811a20866 100644
(file)
--- a/
cpu-all.h
+++ b/
cpu-all.h
@@
-120,7
+120,8
@@
static inline void tswap64s(uint64_t *s)
endian ! */
typedef union {
float64 d;
-#if defined(WORDS_BIGENDIAN) || (defined(__arm__) && !defined(__VFP_FP__))
+#if defined(WORDS_BIGENDIAN) \
+ || (defined(__arm__) && !defined(__VFP_FP__) && !defined(CONFIG_SOFTFLOAT))
struct {
uint32_t upper;
uint32_t lower;