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.
2 parents 22da698 + 9b94ec5 commit 1b1d178Copy full SHA for 1b1d178
riscv-elf.md
@@ -143,8 +143,8 @@ type would be passed. If such an argument would have been passed by
143
reference, the caller allocates memory for the return value, and passes the
144
address as an implicit first parameter.
145
146
-The stack grows downwards and the stack pointer shall be aligned to a 128-bit
147
-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.
148
In the standard ABI, the stack pointer must remain
149
aligned throughout procedure execution. Non-standard ABI code must realign the
150
stack pointer prior to invoking standard ABI procedures. The operating system
0 commit comments