diff options
Diffstat (limited to 'gdb/c-valprint.c')
-rw-r--r-- | gdb/c-valprint.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/c-valprint.c b/gdb/c-valprint.c index d681a03..31ae4e7 100644 --- a/gdb/c-valprint.c +++ b/gdb/c-valprint.c @@ -389,8 +389,9 @@ c_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset, options->addressprint); } else - cp_print_value_fields (type, type, valaddr, embedded_offset, address, stream, - recurse, options, NULL, 0); + cp_print_value_fields_rtti (type, valaddr, + embedded_offset, address, stream, + recurse, options, NULL, 0); break; case TYPE_CODE_ENUM: |