diff options
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index ed56583..515f698 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -278,8 +278,9 @@ extern void ada_printchar (int, struct ui_file *); extern void ada_printstr (struct ui_file *, const gdb_byte *, unsigned int, int, int); -extern void ada_convert_actuals (struct value *, int, struct value **, - CORE_ADDR *); +struct value *ada_convert_actual (struct value *actual, + struct type *formal_type0, + CORE_ADDR *sp); extern struct value *ada_value_subscript (struct value *, int, struct value **); |