mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 13:27:24 +08:00
In _Terminate(), everything after invoking the fatal extensions is essentially dead code. Simplify this code block and provide a reasonable safe fall-back for badly configured applications. Just disable masked interrupts and execute an idle loop. Update #5067.