Move line_header_hash to dwarf2_per_objfile
[deliverable/binutils-gdb.git] / gdb / s390-tdep.c
index d6f176a4867eb8cd936e521e1323dc91ebd40b70..a7f71f85b299abb4511771a823d5c793d665f681 100644 (file)
@@ -1646,7 +1646,7 @@ s390_effective_inner_type (struct type *type, unsigned int min_size)
         abort the unwrapping.  */
       for (int i = 0; i < type->num_fields (); i++)
        {
-         struct field f = TYPE_FIELD (type, i);
+         struct field f = type->field (i);
 
          if (field_is_static (&f))
            continue;
This page took 0.027464 seconds and 4 git commands to generate.