diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-03-26 18:13:12 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-03-26 18:13:12 +0000 |
commit | ad465cc393aeb7d90cc92f10eeabc14a3c84362b (patch) | |
tree | 30201028e1b439fec5d280881f55dbb31c04b00b /sys/arch/sparc64/dev/pci_machdep.c | |
parent | e295f04da7243e007a581825ba31490befac9b76 (diff) |
Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org>
Diffstat (limited to 'sys/arch/sparc64/dev/pci_machdep.c')
-rw-r--r-- | sys/arch/sparc64/dev/pci_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/pci_machdep.c b/sys/arch/sparc64/dev/pci_machdep.c index c18c02c5e3f..a954876e04f 100644 --- a/sys/arch/sparc64/dev/pci_machdep.c +++ b/sys/arch/sparc64/dev/pci_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.c,v 1.7 2002/03/14 01:26:44 millert Exp $ */ +/* $OpenBSD: pci_machdep.c,v 1.8 2002/03/26 18:13:11 jason Exp $ */ /* $NetBSD: pci_machdep.c,v 1.22 2001/07/20 00:07:13 eeh Exp $ */ /* @@ -361,7 +361,7 @@ pci_conf_read(pc, tag, reg) } #ifdef DEBUG else DPRINTF(SPDB_CONF, ("pci_conf_read: bogus pcitag %x\n", - (int)PCITAG_OFFSET(tag)); + (int)PCITAG_OFFSET(tag))); #endif DPRINTF(SPDB_CONF, (" returning %08x\n", (u_int)val)); |