aboutsummaryrefslogtreecommitdiff
path: root/src/aarch64/strncmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/aarch64/strncmp.S')
-rw-r--r--src/aarch64/strncmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aarch64/strncmp.S b/src/aarch64/strncmp.S
index e6121c2..3d4ea7c 100644
--- a/src/aarch64/strncmp.S
+++ b/src/aarch64/strncmp.S
@@ -220,7 +220,6 @@ def_fn strncmp
.Ldone:
sub result, data1, data2
ret
- .size strncmp, . - strncmp
/* Align the SRC1 to a dword by doing a bytewise compare and then do
the dword loop. */
.Ltry_misaligned_words:
@@ -283,3 +282,4 @@ def_fn strncmp
.Lret0:
mov result, #0
ret
+ .size strncmp, . - strncmp