mirror of https://git.musl-libc.org/git/musl
Browse Source
the thumb incompatibilities in the asm are probably only minor and should be fixable, but for now just use the C version.master
2 changed files with 2 additions and 2 deletions
@ -1,3 +1,3 @@ |
|||
#if __ARMEB__ |
|||
#if __ARMEB__ || __thumb__ |
|||
#include "../memcpy.c" |
|||
#endif |
|||
|
|||
Loading…
Reference in new issue