diff options
Diffstat (limited to 'arch/sh/lib')
-rw-r--r-- | arch/sh/lib/strlen.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/strlen.S b/arch/sh/lib/strlen.S index f8ab296..1bcc13f 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 |