summaryrefslogtreecommitdiff
path: root/string/aarch64/memmove-mops.S
diff options
context:
space:
mode:
Diffstat (limited to 'string/aarch64/memmove-mops.S')
-rw-r--r--string/aarch64/memmove-mops.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/string/aarch64/memmove-mops.S b/string/aarch64/memmove-mops.S
index 6c73017bb16f..d9839f86e9b4 100644
--- a/string/aarch64/memmove-mops.S
+++ b/string/aarch64/memmove-mops.S
@@ -8,10 +8,6 @@
#include "asmdefs.h"
ENTRY (__memmove_aarch64_mops)
- PTR_ARG (0)
- PTR_ARG (1)
- SIZE_ARG (2)
-
mov x3, x0
.inst 0x1d010443 /* cpyp [x3]!, [x1]!, x2! */
.inst 0x1d410443 /* cpym [x3]!, [x1]!, x2! */