Use bool, true, and false in arc-tdep.c
[deliverable/binutils-gdb.git] / gdb / minsyms.c
index 8037329a862f020344c03a01281c755a19f099c4..9d29d880aabe1848a33f8fc35c21d524be6fa5b1 100644 (file)
@@ -721,7 +721,7 @@ lookup_minimal_symbol_by_pc_section (CORE_ADDR pc_in, struct obj_section *sectio
 
   gdb_assert (section != NULL);
 
-  for (struct objfile *objfile : section->objfile->separate_debug_objfiles ())
+  for (objfile *objfile : section->objfile->separate_debug_objfiles ())
     {
       CORE_ADDR pc = pc_in;
 
This page took 0.023962 seconds and 4 git commands to generate.