gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / ctfread.c
index c0694ed312f316b3e0b2a3245e80c850f784d2f1..57a376329385eb6763c4288ea14b4b3dc96db929 100644 (file)
@@ -316,7 +316,7 @@ attach_fields_to_type (struct ctf_field_info *fip, struct type *type)
   for (int i = 0; i < nfields; ++i)
     {
       struct ctf_nextfield &field = fip->fields[i];
-      TYPE_FIELD (type, i) = field.field;
+      type->field (i) = field.field;
     }
 }
 
This page took 0.027107 seconds and 4 git commands to generate.