summaryrefslogtreecommitdiff
path: root/libc/string/arm/memmove.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/arm/memmove.S')
-rw-r--r--libc/string/arm/memmove.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/string/arm/memmove.S b/libc/string/arm/memmove.S
index 84e3e518c..9dbd3a004 100644
--- a/libc/string/arm/memmove.S
+++ b/libc/string/arm/memmove.S
@@ -37,10 +37,10 @@
* by Erik Andersen <andersen@codepoet.org>
*/
- .text
- .global memmove;
- .type memmove,%function
- .align 4; \
+.text
+.global memmove
+.type memmove,%function
+.align 4
memmove:
stmfd sp!, {r0, lr}