aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysdeps/x86_64/memrchr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/memrchr.S b/sysdeps/x86_64/memrchr.S
index a85dc6b..81b7a1c 100644
--- a/sysdeps/x86_64/memrchr.S
+++ b/sysdeps/x86_64/memrchr.S
@@ -111,7 +111,7 @@ L(loop_prolog):
mov %rdi, %rcx
and $63, %rcx
- jz L(align64_loop)
+ jz L(align64_loop)
add $64, %rdi
add $64, %rdx