symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.
[deliverable/binutils-gdb.git] / gdb / maint.c
index 7fd2d583977348d2c837bbbdd70020b0df1a5a13..a621f55c25c00202ae158b8c3fb7a3d26bc4538b 100644 (file)
@@ -841,7 +841,7 @@ count_symtabs_and_blocks (int *nr_symtabs_ptr, int *nr_primary_symtabs_ptr,
          if (s->primary)
            {
              ++nr_primary_symtabs;
-             nr_blocks += BLOCKVECTOR_NBLOCKS (BLOCKVECTOR (s));
+             nr_blocks += BLOCKVECTOR_NBLOCKS (SYMTAB_BLOCKVECTOR (s));
            }
        }
     }
This page took 0.023524 seconds and 4 git commands to generate.