summaryrefslogtreecommitdiff
path: root/libc/sysdeps/sh/strlen.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/sh/strlen.S')
-rw-r--r--libc/sysdeps/sh/strlen.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/sh/strlen.S b/libc/sysdeps/sh/strlen.S
index eaf2d3b4a..97ef06c50 100644
--- a/libc/sysdeps/sh/strlen.S
+++ b/libc/sysdeps/sh/strlen.S
@@ -36,17 +36,17 @@ ENTRY(strlen)
mov.b @r4+, r1
tst r1, r1
bt 8f
- add #1, r2
+ add #1, r2
mov.b @r4+, r1
tst r1, r1
bt 8f
- add #1, r2
+ add #1, r2
mov.b @r4+, r1
tst r1, r1
bt 8f
- add #1, r2
+ add #1, r2
1:
mov #0, r3