diff options
Diffstat (limited to 'libc/arch-mips/string/memcpy.S')
| -rw-r--r-- | libc/arch-mips/string/memcpy.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/arch-mips/string/memcpy.S b/libc/arch-mips/string/memcpy.S index aabdfcf..dc91096 100644 --- a/libc/arch-mips/string/memcpy.S +++ b/libc/arch-mips/string/memcpy.S @@ -39,13 +39,13 @@ * Include files ************************************************************************/ -#include "machine/asm.h" +#include <private/bionic_asm.h> -/* +/* * This routine could be optimized for MIPS64. The current code only * uses MIPS32 instructions. - */ + */ #if defined(__MIPSEB__) # define LWHI lwl /* high part is left in big-endian */ # define SWHI swl /* high part is left in big-endian */ |
