summaryrefslogtreecommitdiff
path: root/firmware/asm/arm/memmove.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/asm/arm/memmove.S')
-rw-r--r--firmware/asm/arm/memmove.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/asm/arm/memmove.S b/firmware/asm/arm/memmove.S
index e5c9b42928..cf22a74622 100644
--- a/firmware/asm/arm/memmove.S
+++ b/firmware/asm/arm/memmove.S
@@ -35,6 +35,8 @@
35#define push lsr 35#define push lsr
36#endif 36#endif
37 37
38 .syntax unified
39
38 .text 40 .text
39 41
40/* 42/*