about summary refs log tree commit diff
path: root/sysdeps/aarch64/strcmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/strcmp.S')
-rw-r--r--sysdeps/aarch64/strcmp.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/aarch64/strcmp.S b/sysdeps/aarch64/strcmp.S
index 77d7218dea..63b8390b4a 100644
--- a/sysdeps/aarch64/strcmp.S
+++ b/sysdeps/aarch64/strcmp.S
@@ -62,8 +62,8 @@
    NUL too in big-endian, byte-reverse the data before the NUL check.  */
 
 ENTRY(strcmp)
-	DELOUSE (0)
-	DELOUSE (1)
+	PTR_ARG (0)
+	PTR_ARG (1)
 	sub	off2, src2, src1
 	mov	zeroones, REP8_01
 	and	tmp, src1, 7