We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 821631a + b7c0e89 commit e446a68Copy full SHA for e446a68
platform/source/TARGET_CORTEX_M/TOOLCHAIN_IAR/except.S
@@ -36,9 +36,9 @@ FAULT_TYPE_BUS_FAULT EQU 0x30
36
FAULT_TYPE_USAGE_FAULT EQU 0x40
37
38
PRESERVE8
39
- THUMB
40
41
SECTION .text:CODE:NOROOT(2)
+ THUMB
42
43
HardFault_Handler
44
EXPORT HardFault_Handler
@@ -111,7 +111,7 @@ Fault_Handler_Continue2
111
#else
112
B .
113
#endif
114
- ALIGN
+ ALIGNROM 2
115
116
117
END
0 commit comments