set pid=-1 explicitly
This commit is contained in:
parent
2e397eb47c
commit
26a5fd5725
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ void start(code *c, int pc, var *local)
|
|||
p->eof=0;
|
||||
p->iflag=0;
|
||||
p->lineno=1;
|
||||
p->pid=-1;
|
||||
p->ret=runq;
|
||||
runq=p;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue