summaryrefslogtreecommitdiff
path: root/firmware/asm/arm/memset.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/asm/arm/memset.S')
-rw-r--r--firmware/asm/arm/memset.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/asm/arm/memset.S b/firmware/asm/arm/memset.S
index d727f2a5ec..ef5cdb5819 100644
--- a/firmware/asm/arm/memset.S
+++ b/firmware/asm/arm/memset.S
@@ -20,6 +20,8 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21#include "config.h" 21#include "config.h"
22 22
23 .syntax unified
24
23 .section .icode,"ax",%progbits 25 .section .icode,"ax",%progbits
24 26
25 .align 2 27 .align 2