gdb: remove TYPE_FIELD_TYPE macro
[deliverable/binutils-gdb.git] / gdb / i386-darwin-tdep.c
index 8f9fc2dcb2e718fb10fccc280ebefafc2145c8bb..88f5757b98bee70dd88040889e92420da03813d3 100644 (file)
@@ -139,7 +139,7 @@ i386_darwin_arg_type_alignment (struct type *type)
       for (i = 0; i < type->num_fields (); i++)
        {
          int align
-           = i386_darwin_arg_type_alignment (TYPE_FIELD_TYPE (type, i));
+           = i386_darwin_arg_type_alignment (type->field (i).type ());
 
          res = std::max (res, align);
        }
This page took 0.022943 seconds and 4 git commands to generate.