SYMTAB_OBJFILE: New macro.
[deliverable/binutils-gdb.git] / gdb / symtab.c
index 1962e02b948ff357ad41184fef670156e255f445..5b00b1b3b4ce8b3e4c79d97c6c6049a358fa5ce1 100644 (file)
@@ -2317,7 +2317,7 @@ find_pc_sect_line (CORE_ADDR pc, struct obj_section *section, int notcurrent)
     }
 
   bv = BLOCKVECTOR (s);
-  objfile = s->objfile;
+  objfile = SYMTAB_OBJFILE (s);
 
   /* Look at all the symtabs that share this blockvector.
      They all have the same apriori range, that we found was right;
This page took 0.046576 seconds and 4 git commands to generate.