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/03/03 10:45:24 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5658: sched/group: Simplify the allocation and deallocation logic

xiaoxiang781216 commented on a change in pull request #5658:
URL: https://github.com/apache/incubator-nuttx/pull/5658#discussion_r818531924



##########
File path: sched/group/group_leave.c
##########
@@ -241,6 +233,28 @@ static inline void group_release(FAR struct task_group_s *group)
     }
 #endif
 
+#ifdef CONFIG_ARCH_ADDRENV
+  save_addrenv_t oldenv;

Review comment:
       move to the begin of function




-- 
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