summaryrefslogtreecommitdiff
path: root/hw/kdrive/smi/smi.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/kdrive/smi/smi.h')
-rw-r--r--hw/kdrive/smi/smi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/smi/smi.h b/hw/kdrive/smi/smi.h
index 7663592b5..ba985f48d 100644
--- a/hw/kdrive/smi/smi.h
+++ b/hw/kdrive/smi/smi.h
@@ -70,8 +70,8 @@
#include "kxv.h"
-#define DEBUG
-#ifdef DEBUG
+#define SMI_DEBUG 0
+#if SMI_DEBUG
#define DBGOUT(fmt,a...) fprintf (stderr, fmt, ##a)
#else
#define DBGOUT(fmt,a...)