Remove an extra 1 in an #if line

Reported by:	ian@
This commit is contained in:
Andrew Turner 2014-03-16 14:21:09 +00:00
parent aac3f7c724
commit 9b2d210438

View File

@ -65,7 +65,7 @@
* C Helper macros * 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, * Generate a function that will either call into the VFP implementation,
* or the soft float version for a given __aeabi_* helper. The function * or the soft float version for a given __aeabi_* helper. The function