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/04/04 11:59:15 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #5966: arch:tcbinfo: update tcbinfo as xcpcontext update

pkarashchenko commented on code in PR #5966:
URL: https://github.com/apache/incubator-nuttx/pull/5966#discussion_r841656465


##########
arch/arm/src/armv7-m/arm_tcbinfo.c:
##########
@@ -112,6 +112,8 @@ const struct tcbinfo_s g_tcbinfo =
   TCB_STATE_OFF,
   TCB_PRI_OFF,
   TCB_NAME_OFF,
+  TCB_REGS_OFF,
+  17,

Review Comment:
   I mean that all other members of `struct tcbinfo_s` can be initialized using designated initializer



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