* alpha-opc.c (alpha_opcodes): Fix thinko in ret pseudo
[deliverable/binutils-gdb.git] / gdb / ax-gdb.c
index 535b150808dded03035d015d61d3c8bb60686c5c..aa9f92a9610b430d043aba13780c80ae2fbc0f9c 100644 (file)
@@ -1165,7 +1165,7 @@ find_field (struct type *type, char *name)
     }
 
   error ("Couldn't find member named `%s' in struct/union `%s'",
-        name, type->tag_name);
+        name, TYPE_TAG_NAME (type));
 
   return 0;
 }
This page took 0.023389 seconds and 4 git commands to generate.