beautify console.c

This commit is contained in:
Robert Morris 2019-07-27 04:15:06 -04:00
parent 281d450a08
commit cf48b24c03
3 changed files with 86 additions and 53 deletions

View file

@ -634,6 +634,7 @@ procdump(void)
struct proc *p;
char *state;
printf("\n");
for(p = proc; p < &proc[NPROC]; p++){
if(p->state == UNUSED)
continue;