aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/strrchr.S
diff options
context:
space:
mode:
Diffstat (limited to 'string/aarch64/strrchr.S')
-rw-r--r--string/aarch64/strrchr.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/aarch64/strrchr.S b/string/aarch64/strrchr.S
index f3d22d4..56185ff 100644
--- a/string/aarch64/strrchr.S
+++ b/string/aarch64/strrchr.S
@@ -55,6 +55,7 @@
identify exactly which byte is causing the termination, and why. */
ENTRY (__strrchr_aarch64)
+ PTR_ARG (0)
/* Magic constant 0x40100401 to allow us to identify which lane
matches the requested byte. Magic constant 0x80200802 used
similarly for NUL termination. */