You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/08/31 11:12:59 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6968: arch/arm: change context switch to macro

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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org