]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/block.c
change minsym representation
[thirdparty/binutils-gdb.git] / gdb / block.c
index 2ae6ee277c741e3ec6905fff5504e1c1f3340d4f..2eb07588dace3c5e7d68e4579a394ae916c1b98d 100644 (file)
@@ -217,7 +217,7 @@ call_site_for_pc (struct gdbarch *gdbarch, CORE_ADDR pc)
                     "DW_TAG_GNU_call_site %s in %s"),
                   paddress (gdbarch, pc),
                   (msym.minsym == NULL ? "???"
-                   : SYMBOL_PRINT_NAME (msym.minsym)));
+                   : MSYMBOL_PRINT_NAME (msym.minsym)));
     }
 
   return *slot;