fixed extra cycle in ARM cycle counts

This commit is contained in:
Thomas Jentzsch 2021-06-16 19:59:31 +02:00
parent 2db390d8c0
commit 27182d2c46
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