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
Stack must be 8-byte aligned on ARM. Pushing 1 word makes it not aligned, so
we push 2 words.
This was breaking code that used LDRD/STRD on stack, since that needs 8-byte alignment.
0 commit comments