mirror of https://github.com/stella-emu/stella.git
fixed extra cycle in ARM cycle counts
This commit is contained in:
parent
cbf1706a0a
commit
84b3f0280e
|
@ -210,7 +210,6 @@ uInt32 Thumbulator::fetch16(uInt32 addr)
|
|||
{
|
||||
#ifndef NO_THUMB_STATS
|
||||
++_stats.fetches;
|
||||
++_stats.cycles;
|
||||
#endif
|
||||
|
||||
#ifndef UNSAFE_OPTIMIZATIONS
|
||||
|
|
Loading…
Reference in New Issue