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/02 19:13:12 UTC

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

pkarashchenko commented on a change in pull request #5966:
URL: https://github.com/apache/incubator-nuttx/pull/5966#discussion_r841109523



##########
File path: tools/jlink-nuttx.c
##########
@@ -347,6 +359,13 @@ static int update_pidhash(struct plugin_priv_s *priv)
           return -ENOMEM;
         }
 
+      priv->regsaddr = REALLOC(priv->regsaddr, npidhash * sizeof(uint32_t *));

Review comment:
       Please fix long line




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