mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 21:47:17 +00:00
arch/risc-v: Fix typo in riscv_set_inital_sp
Set right name for the parameter description of riscv_set_inital_sp. Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
This commit is contained in:
parent
322551b13b
commit
c148e8f2af
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@
|
|||
* Parameter:
|
||||
* base - Pointer to where the stack is allocated (e.g. _ebss)
|
||||
* size - Stack size for pre cpu to allocate
|
||||
* size - Hart id register of this hart (Usually a0)
|
||||
* hartid - Hart id register of this hart (Usually a0)
|
||||
*
|
||||
****************************************************************************/
|
||||
.macro riscv_set_inital_sp base, size, hartid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue