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: [email protected] With regards, Apache Git Services
