DescriptionFix Frame::AlignSavedCalleeRegisterSlots
The return value is expected to be the number of padding slots added to the frame. However, the original logic would return -1 if padding was required, so insufficient stack space would be reserved.
This function now returns either 0 or 1, as the existing calling code expects.
BUG=
Committed: https://crrev.com/0a844bc0dc688097e0d895f21f0f70cb249290a7
Cr-Commit-Position: refs/heads/master@{#30994}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|