more debugging
This commit is contained in:
parent
9b4de09d41
commit
af89fc108d
3 changed files with 18 additions and 5 deletions
|
|
@ -13,7 +13,7 @@ iointerrupt(Ioproc *io)
|
|||
{
|
||||
if(!io->inuse)
|
||||
return;
|
||||
fprint(2, "bug: cannot iointerrupt yet\n");
|
||||
fprint(2, "bug: cannot iointerrupt %p yet\n", io);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue