diff options
Diffstat (limited to 'sysdeps/aarch64/strrchr.S')
-rw-r--r-- | sysdeps/aarch64/strrchr.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/aarch64/strrchr.S b/sysdeps/aarch64/strrchr.S index 44c1917a20..ea37968ad0 100644 --- a/sysdeps/aarch64/strrchr.S +++ b/sysdeps/aarch64/strrchr.S @@ -68,6 +68,7 @@ identify exactly which byte is causing the termination, and why. */ ENTRY(strrchr) + DELOUSE (0) cbz x1, L(null_search) /* Magic constant 0x40100401 to allow us to identify which lane matches the requested byte. Magic constant 0x80200802 used |