summaryrefslogtreecommitdiff
path: root/string/aarch64/strnlen.S
diff options
context:
space:
mode:
Diffstat (limited to 'string/aarch64/strnlen.S')
-rw-r--r--string/aarch64/strnlen.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/string/aarch64/strnlen.S b/string/aarch64/strnlen.S
index f2090a7485a5..6a96ec268f1a 100644
--- a/string/aarch64/strnlen.S
+++ b/string/aarch64/strnlen.S
@@ -36,8 +36,6 @@
identifies the first zero byte. */
ENTRY (__strnlen_aarch64)
- PTR_ARG (0)
- SIZE_ARG (1)
bic src, srcin, 15
cbz cntin, L(nomatch)
ld1 {vdata.16b}, [src]