mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-08 15:17:50 -04:00
Clarify use of _DoException
This commit is contained in:
parent
fbc3a7a1e1
commit
a0cca63405
1 changed files with 2 additions and 1 deletions
3
portable/ThirdParty/xClang/XCOREAI/portasm.S
vendored
3
portable/ThirdParty/xClang/XCOREAI/portasm.S
vendored
|
@ -14,7 +14,8 @@ rest of the ISR callback functions. */
|
|||
.issue_mode dual
|
||||
.cc_top kexcept.function, kexcept
|
||||
kexcept:
|
||||
bu _DoException
|
||||
bu _DoException /* This symbol is generated by the toolchain and */
|
||||
/* provides graceful exception handling */
|
||||
|
||||
_yield:
|
||||
{set sp, r4 /* Restore the task's SP to save the rest of its context. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue