shut up, gcc!
This commit is contained in:
parent
3ca675a579
commit
de9b8f8674
2 changed files with 3 additions and 3 deletions
|
|
@ -170,7 +170,7 @@ call(void) /* call a function */
|
|||
execerror(sp->name, "call nested too deeply");
|
||||
fp++;
|
||||
fp->sp = sp;
|
||||
fp->nargs = (int)pc[1];
|
||||
fp->nargs = (int)(uintptr)pc[1];
|
||||
fp->retpc = pc + 2;
|
||||
fp->argn = stackp - 1; /* last argument */
|
||||
if(fp->nargs != sp->u.defn->nargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue