diff options
Diffstat (limited to 'sim/m32r/decodex.c')
-rw-r--r-- | sim/m32r/decodex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32r/decodex.c b/sim/m32r/decodex.c index 4274b52..0b695cc 100644 --- a/sim/m32r/decodex.c +++ b/sim/m32r/decodex.c @@ -228,7 +228,7 @@ m32rxf_init_idesc_table (SIM_CPU *cpu) init_idesc (cpu, id, t); /* Now fill in the values for the chosen cpu. */ - for (t = m32rxf_insn_sem, tend = t + sizeof (m32rxf_insn_sem) / sizeof (*t); + for (t = m32rxf_insn_sem, tend = t + ARRAY_SIZE (m32rxf_insn_sem); t != tend; ++t) { init_idesc (cpu, & table[t->index], t); |