summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/ppc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pc98/cbus/ppc.c')
-rw-r--r--sys/pc98/cbus/ppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/ppc.c b/sys/pc98/cbus/ppc.c
index e04e3fb..664336e 100644
--- a/sys/pc98/cbus/ppc.c
+++ b/sys/pc98/cbus/ppc.c
@@ -1554,7 +1554,7 @@ ppcintr(void *arg)
ctr = r_ctr(ppc);
ecr = r_ecr(ppc);
-#if PPC_DEBUG > 1
+#if defined(PPC_DEBUG) && PPC_DEBUG > 1
printf("![%x/%x/%x]", ctr, ecr, str);
#endif
OpenPOWER on IntegriCloud