Silence warnings about incompatible plugins.
[deliverable/binutils-gdb.git] / gdb / score-tdep.c
index b4f00e46ad4a81ebdfaeee8572dff9cf57648946..90cb0fa312a2bbdd4c51ca14a6ac6ad80b9f3b3e 100644 (file)
@@ -480,7 +480,7 @@ score_type_needs_double_align (struct type *type)
 
       n = type->num_fields ();
       for (i = 0; i < n; i++)
-        if (score_type_needs_double_align (TYPE_FIELD_TYPE (type, i)))
+        if (score_type_needs_double_align (type->field (i).type ()))
           return 1;
       return 0;
     }
This page took 0.023786 seconds and 4 git commands to generate.