Merge pull request #13366 from matthew-macovsky-cypress/pr/iar-except-fix

Fix IAR assembler errors on except.S
pull/13380/head
Martin Kojtal 2020-07-30 17:04:16 +01:00 committed by GitHub
commit e446a688e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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