diff options
Diffstat (limited to 'gdb/jv-valprint.c')
-rw-r--r-- | gdb/jv-valprint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/jv-valprint.c b/gdb/jv-valprint.c index 82bdd9b..a7bb494 100644 --- a/gdb/jv-valprint.c +++ b/gdb/jv-valprint.c @@ -65,6 +65,7 @@ java_value_print (struct value *val, struct ui_file *stream, type = lookup_pointer_type (type); val = value_at (type, address); + type = value_type (val); } } |