summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/arm/strlen.S
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/arm/strlen.S')
-rw-r--r--newlib/libc/machine/arm/strlen.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/arm/strlen.S b/newlib/libc/machine/arm/strlen.S
index ec61ae26f..e0dd122b5 100644
--- a/newlib/libc/machine/arm/strlen.S
+++ b/newlib/libc/machine/arm/strlen.S
@@ -31,7 +31,7 @@
#include "strlen-thumb1-Os.S"
#else
- /* Implemented in strlen-stub.c. */
+#include "strlen-thumb2-Os.S"
#endif