]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/mips-tdep.c
Replace field_is_static with a method
[thirdparty/binutils-gdb.git] / gdb / mips-tdep.c
index 7092b266db3cfbad3bec8c7aae127535eb105ff9..6bbee0556aefc03eb2237b1347b0e4049afa935a 100644 (file)
@@ -4886,7 +4886,7 @@ mips_n32n64_fp_arg_chunk_p (struct gdbarch *gdbarch, struct type *arg_type,
       struct type *field_type;
 
       /* We're only looking at normal fields.  */
-      if (field_is_static (&arg_type->field (i))
+      if (arg_type->field (i).is_static ()
          || (arg_type->field (i).loc_bitpos () % 8) != 0)
        continue;