Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/nine: Align stack for entry points | Axel Davy | 2016-02-12 | 1 | -0/+14 |
For 32 bits, incoming stack is 4-byte aligned. We need to realign the stack to 16-byte at some point, or there are issues later (crash with SSE, llvm, etc). This patch chooses to align the stack at API entry points. Signed-off-by: Axel Davy <[email protected]> |