* symtab.c (find_pc_sect_psymtab): Use MSYMBOL_TYPE.
[deliverable/binutils-gdb.git] / gdb / symmisc.c
index af654978017616d35f803af857db7e7f50d26cf6..048d9e04851fdbb92570264d9fea0d7f49188642 100644 (file)
@@ -276,7 +276,7 @@ dump_msymbols (struct objfile *objfile, struct ui_file *outfile)
     {
       struct obj_section *section = SYMBOL_OBJ_SECTION (msymbol);
 
-      switch (msymbol->type)
+      switch (MSYMBOL_TYPE (msymbol))
        {
        case mst_unknown:
          ms_type = 'u';
This page took 0.025269 seconds and 4 git commands to generate.