diff options
Diffstat (limited to 'bfd/elf32-moxie.c')
-rw-r--r-- | bfd/elf32-moxie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-moxie.c b/bfd/elf32-moxie.c index a858423..7123ac1 100644 --- a/bfd/elf32-moxie.c +++ b/bfd/elf32-moxie.c @@ -99,7 +99,7 @@ moxie_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED, unsigned int i; for (i = sizeof (moxie_reloc_map) / sizeof (moxie_reloc_map[0]); - --i;) + i--;) if (moxie_reloc_map [i].bfd_reloc_val == code) return & moxie_elf_howto_table [moxie_reloc_map[i].moxie_reloc_val]; |