johannes-nivus commented on pull request #1562: URL: https://github.com/apache/incubator-nuttx/pull/1562#issuecomment-672883843
@patacongo I rewrote the createstack and usestack functions. Alignment is assured by memalign. There was logic inside that made sure that the initial highest stack address (adj_stack_ptr) is within the allocated range. I think this is not neccessary, because stack pointer is decremented before write during push. ---------------------------------------------------------------- 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: us...@infra.apache.org