mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The index symbol doesn't belong in memcpy.S as it is already in strchr.S where it belongs. Sponsored by: Arm Ltd (cherry picked from commit 024248c933c5741a21c17eda63092f330dd98337)
3 lines
94 B
ArmAsm
3 lines
94 B
ArmAsm
#define __memcpy_aarch64 memcpy
|
|
#define __memmove_aarch64 memmove
|
|
#include "aarch64/memcpy.S"
|