And fixed one last warning, which finishes this CPU warning fix process.

This commit is contained in:
OBattler
2022-04-13 02:12:08 +02:00
parent c5208af2a6
commit 1c271f6f8a

View File

@@ -8,7 +8,6 @@
for (c = start; c != end; c += dir) \
{ \
CLOCK_CYCLES(time); \
instr_cycles += time; \
if (temp & (1 << c)) \
{ \
dest = c; \