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, 0 insertions, 3 deletions
diff --git a/string/aarch64/memcpy.S b/string/aarch64/memcpy.S
index 7c0606e2104a..351f1a11f097 100644
--- a/string/aarch64/memcpy.S
+++ b/string/aarch64/memcpy.S
@@ -55,9 +55,6 @@
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