MIPS32 header: Missing comma in prototype. How did that happen
This commit is contained in:
parent
b8976adfb3
commit
e7177afca4
|
@ -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…
Reference in New Issue