xiaoxiang781216 commented on code in PR #6968: URL: https://github.com/apache/incubator-nuttx/pull/6968#discussion_r959458711
########## arch/arm/src/common/arm_exit.c: ########## @@ -139,4 +139,10 @@ void up_exit(int status) /* Then switch contexts */ arm_fullcontextrestore(tcb->xcp.regs); + + /* riscv_fullcontextrestore() should not return but could if the software Review Comment: change riscv_ to arm_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org