summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2014-03-16 14:21:09 +0000
committerandrew <andrew@FreeBSD.org>2014-03-16 14:21:09 +0000
commit47e8ffc6b79176921802c80e66d54ef84bc29746 (patch)
treed05915a055f454f52c0acba97f109f9b5c811ab0
parent5d9911c77002be269722e4b12d28ee800b307534 (diff)
downloadFreeBSD-src-47e8ffc6b79176921802c80e66d54ef84bc29746.zip
FreeBSD-src-47e8ffc6b79176921802c80e66d54ef84bc29746.tar.gz
Remove an extra 1 in an #if line
Reported by: ian@
-rw-r--r--lib/libc/arm/aeabi/aeabi_vfp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arm/aeabi/aeabi_vfp.h b/lib/libc/arm/aeabi/aeabi_vfp.h
index e3872e5..76c2ff0 100644
--- a/lib/libc/arm/aeabi/aeabi_vfp.h
+++ b/lib/libc/arm/aeabi/aeabi_vfp.h
@@ -65,7 +65,7 @@
* C Helper macros
*/
-#if 1 && defined(__FreeBSD_ARCH_armv6__) || (defined(__ARM_ARCH) && __ARM_ARCH >= 6)
+#if defined(__FreeBSD_ARCH_armv6__) || (defined(__ARM_ARCH) && __ARM_ARCH >= 6)
/*
* Generate a function that will either call into the VFP implementation,
* or the soft float version for a given __aeabi_* helper. The function
OpenPOWER on IntegriCloud