diff options
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index 1f427b0..bb9e3c3 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -284,8 +284,7 @@ extern struct value *ada_delta (struct type *); extern struct value *ada_scaling_factor (struct type *); -extern int ada_which_variant_applies (struct type *, struct type *, - const gdb_byte *); +extern int ada_which_variant_applies (struct type *, struct value *); extern struct type *ada_to_fixed_type (struct type *, const gdb_byte *, CORE_ADDR, struct value *, |