gdb: remove TYPE_FIELD macro
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
index c99705ca74b892938681699c0f07b12fbdebb1bd..7522917401cf60af5a517baf06d74ff09458ab64 100644 (file)
@@ -8090,7 +8090,7 @@ ada_template_to_fixed_record_type_1 (struct type *type,
     {
       off = align_up (off, field_alignment (type, f))
        + TYPE_FIELD_BITPOS (type, f);
-      SET_FIELD_BITPOS (TYPE_FIELD (rtype, f), off);
+      SET_FIELD_BITPOS (rtype->field (f), off);
       TYPE_FIELD_BITSIZE (rtype, f) = 0;
 
       if (ada_is_variant_part (type, f))
This page took 0.024629 seconds and 4 git commands to generate.