diff options
Diffstat (limited to 'libc/string/arm/bcopy.S')
-rw-r--r-- | libc/string/arm/bcopy.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/string/arm/bcopy.S b/libc/string/arm/bcopy.S index c256df3f3..9e3efc7d0 100644 --- a/libc/string/arm/bcopy.S +++ b/libc/string/arm/bcopy.S @@ -39,10 +39,10 @@ /* bcopy = memcpy/memmove with arguments reversed. */ - .text - .global bcopy; - .type bcopy,%function - .align 4; \ +.text +.global bcopy +.type bcopy,%function +.align 4 bcopy: /* switch the source and destination registers */ |