summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpuint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpuint.c')
-rw-r--r--src/emu/cpuint.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/emu/cpuint.c b/src/emu/cpuint.c
index 5ce2795752f..cc5d7b20656 100644
--- a/src/emu/cpuint.c
+++ b/src/emu/cpuint.c
@@ -24,11 +24,7 @@
#define VERBOSE 0
-#if VERBOSE
-#define LOG(x) logerror x
-#else
-#define LOG(x)
-#endif
+#define LOG(x) do { if (VERBOSE) logerror x; } while (0)