Clarify use of _DoException

This commit is contained in:
Angel Cascarino 2024-06-27 12:47:44 +01:00
parent fbc3a7a1e1
commit a0cca63405

View file

@ -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. */