Fix field size for TLSDESC_CALL
[deliverable/binutils-gdb.git] / bfd / elf32-xstormy16.c
index 8f47df5d571fe37ca560f5cad205116f25bb6d5d..6bf277cb120d0f1ec942d9af0a61b092b8c6883d 100644 (file)
@@ -334,7 +334,7 @@ xstormy16_reloc_type_lookup (bfd * abfd ATTRIBUTE_UNUSED,
 {
   unsigned int i;
 
-  for (i = ARRAY_SIZE (xstormy16_reloc_map); --i;)
+  for (i = ARRAY_SIZE (xstormy16_reloc_map); i--;)
     {
       const reloc_map * entry;
 
This page took 0.022922 seconds and 4 git commands to generate.