mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user