aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/strchr.S
diff options
context:
space:
mode:
Diffstat (limited to 'string/aarch64/strchr.S')
-rw-r--r--string/aarch64/strchr.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/aarch64/strchr.S b/string/aarch64/strchr.S
index 8d8e3fc..aaba30d 100644
--- a/string/aarch64/strchr.S
+++ b/string/aarch64/strchr.S
@@ -51,6 +51,7 @@
/* Locals and temporaries. */
ENTRY (__strchr_aarch64)
+ PTR_ARG (0)
/* Magic constant 0xc0300c03 to allow us to identify which lane
matches the requested byte. Even bits are set if the character
matches, odd bits if either the char is NUL or matches. */