gdb: remove TYPE_FIELD_TYPE macro
[deliverable/binutils-gdb.git] / gdb / ada-varobj.c
index d28beffc9619ad0c4a089a838d891725f3a607f0..f67fe5002a32d4cfbae0e0c7bf68538b6d486e3f 100644 (file)
@@ -105,7 +105,7 @@ ada_varobj_struct_elt (struct value *parent_value,
       type = value_type (value);
     }
   else
-    type = TYPE_FIELD_TYPE (parent_type, fieldno);
+    type = parent_type->field (fieldno).type ();
 
   if (child_value)
     *child_value = value;
This page took 0.02345 seconds and 4 git commands to generate.