diff options
Diffstat (limited to 'gdb/avr-tdep.c')
-rw-r--r-- | gdb/avr-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/avr-tdep.c b/gdb/avr-tdep.c index fa76a3d..023ebc3 100644 --- a/gdb/avr-tdep.c +++ b/gdb/avr-tdep.c @@ -1298,7 +1298,7 @@ avr_push_dummy_call (struct gdbarch *gdbarch, struct value *function, int last_regnum; int j; struct value *arg = args[i]; - struct type *type = check_typedef (value_type (arg)); + struct type *type = check_typedef (arg->type ()); const bfd_byte *contents = value_contents (arg).data (); int len = type->length (); |