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
We're currently adjusting frame pointers that are on the stack. But we aren't adjusting the one that's in gp.sched.bp during stack growth. That frame pointer then gets written to the stack after the growth is done (by the prologue of the function that triggered stack growth).
We need to adjust that last frame pointer to get the frame linking correct.
We're currently adjusting frame pointers that are on the stack. But we aren't adjusting the one that's in gp.sched.bp during stack growth. That frame pointer then gets written to the stack after the growth is done (by the prologue of the function that triggered stack growth).
We need to adjust that last frame pointer to get the frame linking correct.
@aclements
The text was updated successfully, but these errors were encountered: