Fix elf64-ppc.c electric fence warning
[deliverable/binutils-gdb.git] / bfd / elf32-tilepro.c
index b8c9586de32e069c64e11051d27296b6a46df5ea..f5739781abb61a88b32b030897a120ba699733c8 100644 (file)
@@ -774,7 +774,7 @@ tilepro_reloc_type_lookup (bfd * abfd ATTRIBUTE_UNUSED,
 {
   unsigned int i;
 
-  for (i = ARRAY_SIZE (tilepro_reloc_map); --i;)
+  for (i = ARRAY_SIZE (tilepro_reloc_map); i--;)
     {
       const reloc_map * entry;
 
This page took 0.023183 seconds and 4 git commands to generate.