squeezing for MINIX & bug fix in dumpidf

This commit is contained in:
eck
1990-07-19 17:16:36 +00:00
parent 779c77ac21
commit 539ab11985
6 changed files with 23 additions and 18 deletions

View File

@@ -326,7 +326,7 @@ dump_type(tp)
ops = 0;
break;
}
if (!ops) tp = tp->tp_up;
if (ops) tp = tp->tp_up;
}
dumplevel--;
}