You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/12/04 19:52:53 UTC

[GitHub] [mynewt-core] ccollins476ad opened a new issue #2122: Removed field `t_stacktop`still referenced in a few places

ccollins476ad opened a new issue #2122: Removed field `t_stacktop`still referenced in a few places
URL: https://github.com/apache/mynewt-core/issues/2122
 
 
   `t_stacktop` was recently removed from `struct os_task`.  The removed field is still referenced in a few places, causing build errors for certain configurations.
   
   ```
   ./repos/apache-mynewt-core/kernel/os/src/os_stacktrace.c:87:        if (sp > (uintptr_t)t->t_stacktop && end > (uintptr_t)t->t_stacktop) {
   ./repos/apache-mynewt-core/kernel/os/src/os_stacktrace.c:88:            end = (uintptr_t)t->t_stacktop;
   ./repos/apache-mynewt-core/kernel/os/src/os_sched.c:83:    top = g_current_task->t_stacktop - g_current_task->t_stacksize;
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services