summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm7/arm7ops.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-01-26 12:36:51 +1100
committer Vas Crabb <vas@vastheman.com>2020-01-26 12:39:27 +1100
commita7fec751edac3808f3b64986c2409be4240c7eb9 (patch)
tree71241d1d0afe70d39511bab822cba278a5b3009f /src/devices/cpu/arm7/arm7ops.cpp
parent832c38bb8d20142a44c694d43e7670c938d19377 (diff)
srcclean, manual adjustments (nw)
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)