* ada-lang.h (ada_convert_actual): Add GDBARCH argument.
* ada-lang.c (convert_actual): Remove stale prototype. (ensure_lval, make_array_descriptor, ada_convert_actual): Add GDBARCH argument and pass through to subroutine calls. (ensure_lval): Use GDBARCH instead of current_gdbarch. * infcall.c (value_arg_coerce): Update ada_convert_actual call.
This commit is contained in:
parent
30b155416b
commit
4a399546aa
4 changed files with 30 additions and 21 deletions
|
@ -265,6 +265,7 @@ extern void ada_printstr (struct ui_file *, struct type *, const gdb_byte *,
|
|||
|
||||
struct value *ada_convert_actual (struct value *actual,
|
||||
struct type *formal_type0,
|
||||
struct gdbarch *gdbarch,
|
||||
CORE_ADDR *sp);
|
||||
|
||||
extern struct value *ada_value_subscript (struct value *, int,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue