Commit dc05b48
authored
Clarify that arguments on the stack are 8-byte aligned.
An important aspect of the ABI is how parameters are passed, so that code generated by different compilers can interoperate. This document was lacking clear guidance about the storage locations of arguments passed on the stack, leaving it up to compiler authors to deduce it from empirical tests.
This change adds a single clarification that parameters passed on the stack are 8-byte aligned.1 parent 937b3ce commit dc05b48
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments