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 2018/03/08 17:17:26 UTC

[GitHub] andrzej-kaczmarek commented on issue #888: kernel/os: Make sure correct stack aligment

andrzej-kaczmarek commented on issue #888: kernel/os: Make sure correct stack aligment 
URL: https://github.com/apache/mynewt-core/pull/888#issuecomment-371557125
 
 
   @sterlinghughes `OS_STACK_ALIGN` will align size to 8 bytes, but since `os_stack_t` is `uint32_t` array will be aligned to 4 bytes only. We could change `os_stack_t` to `uint64_t` but I don't think this makes sense since word size is still 32-bits, just the alignment should be different.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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