beautify console.c
This commit is contained in:
parent
281d450a08
commit
cf48b24c03
3 changed files with 86 additions and 53 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue