more debugging

This commit is contained in:
rsc 2005-01-06 23:07:19 +00:00
parent 9b4de09d41
commit af89fc108d
3 changed files with 18 additions and 5 deletions

View file

@ -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