diff options
author | 2020-01-26 12:36:51 +1100 | |
---|---|---|
committer | 2020-01-26 12:39:27 +1100 | |
commit | a7fec751edac3808f3b64986c2409be4240c7eb9 (patch) | |
tree | 71241d1d0afe70d39511bab822cba278a5b3009f /src/devices/cpu/arm7/arm7ops.cpp | |
parent | 832c38bb8d20142a44c694d43e7670c938d19377 (diff) |
srcclean, manual adjustments (nw)
Diffstat (limited to 'src/devices/cpu/arm7/arm7ops.cpp')
-rw-r--r-- | src/devices/cpu/arm7/arm7ops.cpp | 4 |
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) |