gdb: remove TYPE_FIELD macro
[deliverable/binutils-gdb.git] / gdb / compile / compile-cplus-types.c
index b2a4544c041e4c848acc5a7a843138963b3fce72..eb70dfe967a44747e936033d32070e92bfad01db 100644 (file)
@@ -595,7 +595,7 @@ compile_cplus_convert_struct_or_union_members
       gcc_type field_type
        = instance->convert_type (TYPE_FIELD_TYPE (type, i));
 
-      if (field_is_static (&TYPE_FIELD (type, i)))
+      if (field_is_static (&type->field (i)))
        {
          CORE_ADDR physaddr;
 
This page took 0.042926 seconds and 4 git commands to generate.