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 committed Jul 1, 2024
1 parent 99d4311 commit 9d8503a
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 9d8503a

Please sign in to comment.