forked from Lainports/opnsense-ports
11 lines
340 B
C
11 lines
340 B
C
--- vm/NumericConversions.h.orig 2016-12-23 16:23:54 UTC
|
|
+++ vm/NumericConversions.h
|
|
@@ -132,7 +132,7 @@ ToIntWidth(double d)
|
|
inline int32_t
|
|
ToInt32(double d)
|
|
{
|
|
-#if defined (__arm__) && defined (__GNUC__)
|
|
+#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__)
|
|
int32_t i;
|
|
uint32_t tmp0;
|
|
uint32_t tmp1;
|