aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/memcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'string/aarch64/memcpy.S')
-rw-r--r--string/aarch64/memcpy.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/string/aarch64/memcpy.S b/string/aarch64/memcpy.S
index 157bb0d..dd254f6 100644
--- a/string/aarch64/memcpy.S
+++ b/string/aarch64/memcpy.S
@@ -55,6 +55,9 @@
ENTRY_ALIAS (__memmove_aarch64)
ENTRY (__memcpy_aarch64)
+ PTR_ARG (0)
+ PTR_ARG (1)
+ SIZE_ARG (2)
add srcend, src, count
add dstend, dstin, count
cmp count, 128