Commit 2734c7037ec7bf2e43576a70491718afbc9b137f
1 parent
c9985aa8
Rename one more _BSD to HOST_BSD (spotted by Hasso Tepper)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6782 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
fpu/softfloat.h
... | ... | @@ -90,7 +90,7 @@ typedef int64_t sbits64; |
90 | 90 | #define FLOAT128 |
91 | 91 | #else |
92 | 92 | /* native float support */ |
93 | -#if (defined(__i386__) || defined(__x86_64__)) && !defined(_BSD) | |
93 | +#if (defined(__i386__) || defined(__x86_64__)) && !defined(HOST_BSD) | |
94 | 94 | #define FLOATX80 |
95 | 95 | #endif |
96 | 96 | #endif /* !CONFIG_SOFTFLOAT */ | ... | ... |