gdb: remove TYPE_FIELD macro
[deliverable/binutils-gdb.git] / gdb / ppc-sysv-tdep.c
index c0e6a929263c3c27f7ea147fcc922ed291d094e2..2dc896202dc7f01c556336d3cf8f374ecde2119f 100644 (file)
@@ -1142,7 +1142,7 @@ ppc64_aggregate_candidate (struct type *type,
            {
              LONGEST sub_count;
 
-             if (field_is_static (&TYPE_FIELD (type, i)))
+             if (field_is_static (&type->field (i)))
                continue;
 
              sub_count = ppc64_aggregate_candidate
This page took 0.023901 seconds and 4 git commands to generate.