summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2017-07-12 16:22:29 +0100
committer smf- <smf-@users.noreply.github.com>2017-07-12 16:34:42 +0100
commitc35001445ffebf8cf9a0ada54396f8b676cf830c (patch)
tree909345339e49059893f639c5dba4c7d44e3edd09
parentdfad4902f46b257692c1f402b09ffe96ea38e60f (diff)
fix MSVC build (nw)
-rw-r--r--src/mame/machine/interpro_ioga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/interpro_ioga.cpp b/src/mame/machine/interpro_ioga.cpp
index e3e4c921324..8c5d03131f2 100644
--- a/src/mame/machine/interpro_ioga.cpp
+++ b/src/mame/machine/interpro_ioga.cpp
@@ -40,7 +40,7 @@
#define LOG_INTERRUPT(...)
#define LOG_TIMER(timer, ...)
#define LOG_HWINT(interrupt, ...)
-#define LOG_DMA(channel, ...)
+#define LOG_DMA(channel, ...) do {} while(0)
#define LOG_DMA_SERIAL(channel, ...)
#define LOG_ETH(...)
#endif