x
This commit is contained in:
parent
37ac6f8f4f
commit
84c759fc02
2 changed files with 2 additions and 2 deletions
|
@ -402,7 +402,7 @@ scheduler(void)
|
|||
{
|
||||
struct proc *p;
|
||||
struct cpu *c = mycpu();
|
||||
int next;
|
||||
int next = 0;
|
||||
|
||||
c->proc = 0;
|
||||
for(;;){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue