summaryrefslogtreecommitdiff
path: root/src/string/arm/memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/arm/memcpy.c')
-rw-r--r--src/string/arm/memcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/arm/memcpy.c b/src/string/arm/memcpy.c
index f703c9bd..041614f4 100644
--- a/src/string/arm/memcpy.c
+++ b/src/string/arm/memcpy.c
@@ -1,3 +1,3 @@
-#if __ARMEB__ || __thumb__
+#if __ARMEB__
#include "../memcpy.c"
#endif