And fixed one last warning, which finishes this CPU warning fix process.
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
for (c = start; c != end; c += dir) \
|
for (c = start; c != end; c += dir) \
|
||||||
{ \
|
{ \
|
||||||
CLOCK_CYCLES(time); \
|
CLOCK_CYCLES(time); \
|
||||||
instr_cycles += time; \
|
|
||||||
if (temp & (1 << c)) \
|
if (temp & (1 << c)) \
|
||||||
{ \
|
{ \
|
||||||
dest = c; \
|
dest = c; \
|
||||||
|
Reference in New Issue
Block a user