diff options
Diffstat (limited to 'gdb/f-valprint.c')
-rw-r--r-- | gdb/f-valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/f-valprint.c b/gdb/f-valprint.c index b08613f..92b35fd 100644 --- a/gdb/f-valprint.c +++ b/gdb/f-valprint.c @@ -450,7 +450,7 @@ f_language::value_print_inner (struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) const { - struct type *type = check_typedef (value_type (val)); + struct type *type = check_typedef (val->type ()); struct gdbarch *gdbarch = type->arch (); int printed_field = 0; /* Number of fields printed. */ struct type *elttype; |