diff options
Diffstat (limited to 'sysdeps/aarch64/strcpy.S')
| -rw-r--r-- | sysdeps/aarch64/strcpy.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/aarch64/strcpy.S b/sysdeps/aarch64/strcpy.S index 5477597f71..ce4c3e8b5e 100644 --- a/sysdeps/aarch64/strcpy.S +++ b/sysdeps/aarch64/strcpy.S @@ -69,8 +69,6 @@ exactly which byte matched. */ ENTRY (STRCPY) - PTR_ARG (0) - PTR_ARG (1) bic src, srcin, 15 ld1 {vdata.16b}, [src] cmeq vhas_nul.16b, vdata.16b, 0 |
