diff options
Diffstat (limited to 'libc/string/arm/memcpy.S')
-rw-r--r-- | libc/string/arm/memcpy.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/string/arm/memcpy.S b/libc/string/arm/memcpy.S index cc9a43cb4..4869007d3 100644 --- a/libc/string/arm/memcpy.S +++ b/libc/string/arm/memcpy.S @@ -37,10 +37,10 @@ * by Erik Andersen <andersen@codepoet.org> */ - .text - .global memcpy; - .type memcpy,%function - .align 4; \ +.text +.global memcpy +.type memcpy,%function +.align 4 memcpy: stmfd sp!, {r0, lr} |