diff --git a/kernel/debug.c b/kernel/debug.c index beaa6daf5..4199fc2d7 100644 --- a/kernel/debug.c +++ b/kernel/debug.c @@ -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);