mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 21:19:09 +08:00
ae3709819c
When use poweroff command,host_abort will be called,but may be make __stack_chk_fail irq, and host_abort be called in PANIC(), so bring infinite loop, in turn it can not exit SIM. Signed-off-by: buyuer <dingddding@163.com>