fixed extra cycle in ARM cycle counts

This commit is contained in:
Thomas Jentzsch 2021-06-16 19:59:31 +02:00
parent cbf1706a0a
commit 84b3f0280e
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ uInt32 Thumbulator::fetch16(uInt32 addr)
{
#ifndef NO_THUMB_STATS
++_stats.fetches;
++_stats.cycles;
#endif
#ifndef UNSAFE_OPTIMIZATIONS