This commit is contained in:
Frans Kaashoek 2019-07-02 14:09:38 -04:00
parent 37ac6f8f4f
commit 84c759fc02
2 changed files with 2 additions and 2 deletions

View file

@ -402,7 +402,7 @@ scheduler(void)
{
struct proc *p;
struct cpu *c = mycpu();
int next;
int next = 0;
c->proc = 0;
for(;;){