mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-06 14:21:43 +08:00
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.
This commit is contained in:
parent
2f84390fd4
commit
0960c785ac
@ -86,7 +86,7 @@ enum timer_register_types {
|
||||
TM6MDB,
|
||||
TM6CA,
|
||||
TM6CB,
|
||||
LAST_TIMER_REG = TM6BC,
|
||||
LAST_TIMER_REG = TM6CB,
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user