mirror of
https://github.com/apache/nuttx.git
synced 2025-01-12 23:18:36 +08:00
riscv/syscall.h: Update comment for syscall
Change RV64GC to RISC-V since this file is for all RISC-V based platform. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
788f8fc495
commit
3a6de58904
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
# define CONFIG_SYS_RESERVED 4
|
||||
#endif
|
||||
|
||||
/* RV64GC system calls ******************************************************/
|
||||
/* RISC-V system calls ******************************************************/
|
||||
|
||||
/* SYS call 1 and 2 are defined for internal use by the RISC-V port (see
|
||||
* arch/risc-v/include/syscall.h). In addition, SYS call 3 is the
|
||||
|
|
Loading…
Reference in a new issue