From 2734c7037ec7bf2e43576a70491718afbc9b137f Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sun, 8 Mar 2009 15:58:00 +0000 Subject: [PATCH] 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 --- fpu/softfloat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpu/softfloat.h b/fpu/softfloat.h index a0353da348..850a01f080 100644 --- a/fpu/softfloat.h +++ b/fpu/softfloat.h @@ -90,7 +90,7 @@ typedef int64_t sbits64; #define FLOAT128 #else /* native float support */ -#if (defined(__i386__) || defined(__x86_64__)) && !defined(_BSD) +#if (defined(__i386__) || defined(__x86_64__)) && !defined(HOST_BSD) #define FLOATX80 #endif #endif /* !CONFIG_SOFTFLOAT */