diff options
Diffstat (limited to 'libc/string/arm/bzero.S')
-rw-r--r-- | libc/string/arm/bzero.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/string/arm/bzero.S b/libc/string/arm/bzero.S index 253b3c88b..0e96ba076 100644 --- a/libc/string/arm/bzero.S +++ b/libc/string/arm/bzero.S @@ -37,10 +37,10 @@ * by Erik Andersen <andersen@codepoet.org> */ - .text - .global __bzero; - .type __bzero,%function - .align 4; \ +.text +.global __bzero +.type __bzero,%function +.align 4 __bzero: mov r2, r1 |