mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
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) \
|
||||
{ \
|
||||
CLOCK_CYCLES(time); \
|
||||
instr_cycles += time; \
|
||||
if (temp & (1 << c)) \
|
||||
{ \
|
||||
dest = c; \
|
||||
|
||||
Reference in New Issue
Block a user