xiaoxiang781216 commented on a change in pull request #179: macOS support for
sim
URL: https://github.com/apache/incubator-nuttx/pull/179#discussion_r372517931
##########
File path: arch/sim/src/sim/up_initialstate.c
##########
@@ -67,6 +67,6 @@
void up_initial_state(struct tcb_s *tcb)
{
memset(&tcb->xcp, 0, sizeof(struct xcptcontext));
Review comment:
Like the below dummy field:
struct xcptcontext
{
void *sigdeliver; /* Actual type is sig_deliver_t */
xcpt_reg_t dummy;
xcpt_reg_t regs[XCPTCONTEXT_REGS];
};
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services