kernel: don't try to lookup ANY in debug output.

This commit is contained in:
Ben Gras 2010-05-06 22:39:11 +00:00
parent 0194fe55dc
commit b8eddf00d8

View file

@ -217,7 +217,7 @@ PRIVATE void print_proc_depends(struct proc *pp, const int level)
dep = P_BLOCKEDON(pp);
if(dep != NONE) {
if(dep != NONE && dep != ANY) {
int procno;
if(isokendpt(dep, &procno)) {
depproc = proc_addr(procno);