* dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.

This commit is contained in:
Doug Evans 2012-07-06 00:01:11 +00:00
parent 316f74070b
commit 667e0a4be5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-07-05 Doug Evans <dje@google.com>
* dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
2012-07-05 Hui Zhu <hui_zhu@mentor.com>
* ax-gdb.c (cli/cli-utils.h): New include.

View File

@ -3124,7 +3124,7 @@ dw2_expand_symtabs_matching
/* Don't crash on bad data. */
if (cu_index >= (dwarf2_per_objfile->n_comp_units
+ dwarf2_per_objfile->n_comp_units))
+ dwarf2_per_objfile->n_type_units))
continue;
/* Only check the symbol's kind if it has one.