More fixes related to NONE relocs
[deliverable/binutils-gdb.git] / bfd / elf32-moxie.c
index a8584230a42be1707e8a0fe690f6aa2fbc2b7de3..7123ac10411182d6710fec2551e5c9731718120d 100644 (file)
@@ -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];
 
This page took 0.025216 seconds and 4 git commands to generate.