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.
287121ffdc
pull/9295/head
Deepika 2019-01-08 14:40:40 -06:00
parent d20b59153a
commit b228cd9db0
2 changed files with 4 additions and 0 deletions

View File

@ -297,3 +297,5 @@ Sys_ContextRestore2
Sys_ContextExit
BX LR ; Exit from handler
END

View File

@ -270,3 +270,5 @@ Sys_ContextRestore2
Sys_ContextExit
BX LR ; Exit from handler
END