mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13366 from matthew-macovsky-cypress/pr/iar-except-fix
Fix IAR assembler errors on except.Spull/13380/head
commit
e446a688e2
|
@ -36,9 +36,9 @@ FAULT_TYPE_BUS_FAULT EQU 0x30
|
|||
FAULT_TYPE_USAGE_FAULT EQU 0x40
|
||||
|
||||
PRESERVE8
|
||||
THUMB
|
||||
|
||||
SECTION .text:CODE:NOROOT(2)
|
||||
THUMB
|
||||
|
||||
HardFault_Handler
|
||||
EXPORT HardFault_Handler
|
||||
|
@ -111,7 +111,7 @@ Fault_Handler_Continue2
|
|||
#else
|
||||
B .
|
||||
#endif
|
||||
ALIGN
|
||||
ALIGNROM 2
|
||||
#endif
|
||||
|
||||
END
|
||||
|
|
Loading…
Reference in New Issue