xiaoxiang781216 commented on a change in pull request #5966:
URL: https://github.com/apache/incubator-nuttx/pull/5966#discussion_r841187573
##########
File path: include/nuttx/sched.h
##########
@@ -771,14 +772,16 @@ begin_packed_struct struct tcbinfo_s
uint16_t state_off; /* Offset of tcb.task_state */
uint16_t pri_off; /* Offset of tcb.sched_priority */
uint16_t name_off; /* Offset of tcb.name */
- uint16_t reg_num; /* Num of regs in tcbinfo.reg_offs */
+ uint16_t regs_off; /* Offset of tcb.regs */
Review comment:
Yes, @zhuyanlinzyl will fix xtensa_tcbinfo.c in next week.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]