Make error message conditional

This commit is contained in:
Ben Gras 2006-01-18 09:47:22 +00:00
parent 093cfe1143
commit a85797f486

View file

@ -32,6 +32,8 @@ u16_t *didp;
if (m.m_type != 0)
panic("pci", "pci_first_dev: got bad reply from PCI", m.m_type);
#if DEBUG
printf("pci_first_dev: got nothing\n");
#endif
return 0;
}