Skip to content

Commit

Permalink
[aapcs64] Round up to a multiple of 8, not just to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmccall authored and smithp35 committed Jul 8, 2024
1 parent f14c8ff commit 11b87ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aapcs64/aapcs64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1952,8 +1952,8 @@ For a caller, sufficient stack space to hold stacked argument values is assumed
| | |
| C.13 | |
+-----------------------+----------------------------------------------------------------------------------------+
| | The NSAA is rounded up to the larger of 8 or the Natural Alignment of the argument’s |
| | type. |
| | The NSAA is rounded up to the nearest multiple of the larger of 8 or the Natural |
| | Alignment of the argument’s type. |
| C.14 | |
+-----------------------+----------------------------------------------------------------------------------------+
| | If the argument is a composite type then the argument is copied to memory at the |
Expand Down

0 comments on commit 11b87ee

Please sign in to comment.