We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042281e commit 9b94ec5Copy full SHA for 9b94ec5
riscv-elf.md
@@ -139,8 +139,8 @@ type would be passed. If such an argument would have been passed by
139
reference, the caller allocates memory for the return value, and passes the
140
address as an implicit first parameter.
141
142
-The stack grows downwards and the stack pointer shall be aligned to a 128-bit
143
-boundary upon procedure entry.
+The stack grows towards negative addresses and the stack pointer shall
+be aligned to a 128-bit boundary upon procedure entry.
144
In the standard ABI, the stack pointer must remain
145
aligned throughout procedure execution. Non-standard ABI code must realign the
146
stack pointer prior to invoking standard ABI procedures. The operating system
0 commit comments