Skip to content

Commit b228cd9

Browse files
author
Deepika
committed
CMSIS/RTX: Update Armv8M IAR 8.x assembly files - add END
Add missing END to the IAR assembly files. In future this commit should be merged to other assembly file commit, when performing CMSIS update. 287121f
1 parent d20b591 commit b228cd9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M23/irq_armv8mbl_common.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,3 +297,5 @@ Sys_ContextRestore2
297297

298298
Sys_ContextExit
299299
BX LR ; Exit from handler
300+
301+
END

rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M33/irq_armv8mml_common.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,5 @@ Sys_ContextRestore2
270270

271271
Sys_ContextExit
272272
BX LR ; Exit from handler
273+
274+
END

0 commit comments

Comments
 (0)