gdb: remove TYPE_FIELD_TYPE macro
[deliverable/binutils-gdb.git] / gdb / infcall.c
index d211ad88df81ad9e6cd4d3eb4596e84bc8f62a45..cdb30137c3585fcf6c102762af486e86b2098b80 100644 (file)
@@ -1048,7 +1048,7 @@ call_function_by_hand_dummy (struct value *function,
        prototyped = 0;
 
       if (i < ftype->num_fields ())
-       param_type = TYPE_FIELD_TYPE (ftype, i);
+       param_type = ftype->field (i).type ();
       else
        param_type = NULL;
 
This page took 0.034405 seconds and 4 git commands to generate.