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
|
||||
while (1) {
|
||||
__asm__ volatile ("wfi");
|
||||
// Incase periodic interrupts are scheduled (e.g. timer), additionaly jump to self
|
||||
for (;;);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user