aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arm/strlen.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/strlen.S')
-rw-r--r--sysdeps/arm/strlen.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/strlen.S b/sysdeps/arm/strlen.S
index a83c41d26a..86e16652e4 100644
--- a/sysdeps/arm/strlen.S
+++ b/sysdeps/arm/strlen.S
@@ -68,6 +68,6 @@ Llastword: @ drop through to here once we find a
tstne r2, $0x00ff0000 @ (if first three all non-zero, 4th
addne r0, r0, $1 @ must be zero)
#endif
- RETINSTR(mov,pc,lr)
+ DO_RET(lr)
END(strlen)
libc_hidden_builtin_def (strlen)