sim: mn10300: fix LAST_TIMER_REG typo
authorMike Frysinger <vapier@gentoo.org>
Thu, 21 Dec 2023 05:00:49 +0000 (00:00 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 21 Dec 2023 05:02:18 +0000 (00:02 -0500)
commit0960c785ac2e4e166c19e4eaa36ff4ac913e7eb6
tree6be5ace6c49c802976e4b92464c6b474629aa4e0
parent2f84390fd496ef153d7402896466f6303f249479
sim: mn10300: fix LAST_TIMER_REG typo

The compiler pointed out that we're testing LAST_TIMER_REG and
LAST_COUNTER which are the same value ... and that's because we
set LAST_TIMER_REG to the wrong register.  Fix the typo.
sim/mn10300/dv-mn103tim.c