diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-16 23:42:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-16 23:42:25 +0000 |
commit | 9635ca06608053d809de03a018be2478e3e4a505 (patch) | |
tree | d6760b4741e438f5404fb67d909c751b1898e05f /libc/string/arm/strlen.S | |
parent | 021fb898d39a01bd15b3131678eb0dcf15cceaad (diff) |
syntax/whitespace touchups
Diffstat (limited to 'libc/string/arm/strlen.S')
-rw-r--r-- | libc/string/arm/strlen.S | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libc/string/arm/strlen.S b/libc/string/arm/strlen.S index 65ee94d99..195276e30 100644 --- a/libc/string/arm/strlen.S +++ b/libc/string/arm/strlen.S @@ -25,10 +25,10 @@ * exit: r0 = len */ - .text - .global strlen; - .type strlen,%function - .align 4; \ +.text +.global strlen +.type strlen,%function +.align 4 strlen: bic r1, r0, $3 @ addr of word containing first byte @@ -76,5 +76,4 @@ Llastword: @ drop through to here once we find a #endif mov pc,lr -.size strlen,.-strlen; - +.size strlen,.-strlen |