gdb: remove TYPE_FIELD_TYPE macro
[deliverable/binutils-gdb.git] / gdb / rx-tdep.c
index 0a9b1e8e47a19620fd54ea9afdefb414ccad3d83..1148eeae0e3ba61c4785bb4f2e4be7c39b3ded5c 100644 (file)
@@ -799,7 +799,7 @@ rx_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
                          && i < func_type->num_fields ())
                        {
                          struct type *p_arg_type =
-                           TYPE_FIELD_TYPE (func_type, i);
+                           func_type->field (i).type ();
                          p_arg_size = TYPE_LENGTH (p_arg_type);
                        }
 
This page took 0.030193 seconds and 4 git commands to generate.