]> Git Repo - binutils.git/blobdiff - gdb/valprint.c
Add doc and examples.
[binutils.git] / gdb / valprint.c
index d10b55dea3ce43213a761b1ac26fe464dfc77ce1..1baf6984e6bee2a8121995026d5af5a49f41cb1f 100644 (file)
@@ -407,7 +407,7 @@ static int
 is_vtbl_ptr_type(type)
      struct type *type;
 {
-  char *typename = TYPE_NAME(type);
+  char *typename = type_name_no_tag (type);
   static const char vtbl_ptr_name[] =
     { CPLUS_MARKER,'v','t','b','l','_','p','t','r','_','t','y','p','e', 0 };
 
This page took 0.024226 seconds and 4 git commands to generate.