add thumb2 support to arm assembler memcpy
[musl] / src / string / arm / memcpy.c
index f703c9b..041614f 100644 (file)
@@ -1,3 +1,3 @@
-#if __ARMEB__ || __thumb__
+#if __ARMEB__
 #include "../memcpy.c"
 #endif