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 7bd4b0776..236500e5f 100644 --- a/libc/string/arm/_memcpy.S +++ b/libc/string/arm/_memcpy.S @@ -71,10 +71,10 @@ * Apologies for the state of the comments ;-) */ - .text - .global _memcpy; - .type _memcpy,%function - .align 4; \ +.text +.global _memcpy +.type _memcpy,%function +.align 4 _memcpy: /* Determine copy direction */ |