gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / mips-tdep.c
index c602398506b845cdb1caadc09753ba8bdb3afe1a..d700dd8ebd02845d651f06b381326b9278c668c2 100644 (file)
@@ -4856,7 +4856,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 (&TYPE_FIELD (arg_type, i))
+      if (field_is_static (&arg_type->field (i))
          || (TYPE_FIELD_BITPOS (arg_type, i) % 8) != 0)
        continue;
 
This page took 0.024275 seconds and 4 git commands to generate.