Introduces Regression for 32 and 64 bit threadx and smp kernel in Debug, MinSizeRel and Release configuration #4
@@ -124,5 +124,7 @@ void _exit(int exit_code) {
|
|||||||
// Halt
|
// Halt
|
||||||
while (1) {
|
while (1) {
|
||||||
__asm__ volatile ("wfi");
|
__asm__ volatile ("wfi");
|
||||||
|
// Incase periodic interrupts are scheduled (e.g. timer), additionaly jump to self
|
||||||
|
for (;;);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user