aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/lib/strlen.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/lib/strlen.S')
-rw-r--r--arch/sh/lib/strlen.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/strlen.S b/arch/sh/lib/strlen.S
index f8ab296047b3..1bcc13f05962 100644
--- a/arch/sh/lib/strlen.S
+++ b/arch/sh/lib/strlen.S
@@ -35,7 +35,7 @@ ENTRY(strlen)
mov.b @r4+,r1
tst r1,r1
bt 8f
- add #1,r2
+ add #1,r2
1:
mov #0,r3