summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/arm7ops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arm7/arm7ops.cpp')
-rw-r--r--src/devices/cpu/arm7/arm7ops.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/arm7/arm7ops.cpp b/src/devices/cpu/arm7/arm7ops.cpp
index c5e4d7e362f..5bea4bbe5bd 100644
--- a/src/devices/cpu/arm7/arm7ops.cpp
+++ b/src/devices/cpu/arm7/arm7ops.cpp
@@ -5,9 +5,9 @@
#include "arm7core.h"
#include "arm7help.h"
-#define LOG_OPS (1 << 0)
+#define LOG_OPS (1 << 0)
-#define VERBOSE (0)
+#define VERBOSE (0)
#include "logmacro.h"
int64_t arm7_cpu_device::saturate_qbit_overflow(int64_t res)