gdb: remove TYPE_FIELD macro
[deliverable/binutils-gdb.git] / gdb / arm-tdep.c
index e96819252118ea6288ace37a2dd25223ec82a952..3e085245c8e85ea0d0549fb6986e33f690b0c204 100644 (file)
@@ -3501,7 +3501,7 @@ arm_vfp_cprc_sub_candidate (struct type *t,
          {
            int sub_count = 0;
 
-           if (!field_is_static (&TYPE_FIELD (t, i)))
+           if (!field_is_static (&t->field (i)))
              sub_count = arm_vfp_cprc_sub_candidate (TYPE_FIELD_TYPE (t, i),
                                                      base_type);
            if (sub_count == -1)
This page took 0.024197 seconds and 4 git commands to generate.