mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 11:50:50 +00:00
MIPS32 header: Missing comma in prototype. How did that happen
This commit is contained in:
parent
3e04194edd
commit
74b4aaa265
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ uintptr_t sys_call2(unsigned int nbr, uintptr_t parm1, uintptr_t parm2);
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
uintptr_t sys_call3(unsigned int nbr, uintptr_t parm1, uintptr_t parm2
|
||||
uintptr_t sys_call3(unsigned int nbr, uintptr_t parm1, uintptr_t parm2,
|
||||
uintptr_t parm3);
|
||||
|
||||
#undef EXTERN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue