You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last page of stack memory was not used before because we initialized the stack pointer with the start address of the inclusive end page of the stack. This commit fixes this by initializing the stack pointer with the exact configured address, aligned to a 16-byte boundary.
0 commit comments