aboutsummaryrefslogtreecommitdiff
path: root/source/cpuops.cpp
diff options
context:
space:
mode:
authorNebuleon Fumika2012-12-27 18:46:37 -0500
committerNebuleon Fumika2012-12-27 18:46:37 -0500
commitc8935c352c119025d130e8146c276845828075dd (patch)
tree84590d861900dd6f8a3cb03247d21fee361efa4e /source/cpuops.cpp
parent963c3459e51264ccf0cc501a41e45de6e71eeea3 (diff)
downloadsnes9x2005-c8935c352c119025d130e8146c276845828075dd.tar.gz
snes9x2005-c8935c352c119025d130e8146c276845828075dd.tar.bz2
snes9x2005-c8935c352c119025d130e8146c276845828075dd.zip
Make cleanly without -DCPU_SHUTDOWN.
Diffstat (limited to 'source/cpuops.cpp')
-rw-r--r--source/cpuops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cpuops.cpp b/source/cpuops.cpp
index 4ddcb6b..b01bce5 100644
--- a/source/cpuops.cpp
+++ b/source/cpuops.cpp
@@ -3823,8 +3823,8 @@ static void OpCB (void)
#ifndef SA1_OPCODES
CPU.Cycles += TWO_CYCLES;
#endif
-#endif
}
+#endif
}
#endif // SA1_OPCODES
}