Eliminate exceptions.c:print_any_exception.
[deliverable/binutils-gdb.git] / gdb / d-valprint.c
index 90095cd53e5812f57a01495da142c06161874b63..755f180dc51f35c21095ae39a23baa6748e00781 100644 (file)
@@ -59,6 +59,7 @@ dynamic_array_type (struct type *type, const gdb_byte *valaddr,
 
       true_type = lookup_array_range_type (true_type, 0, length - 1);
       ival = value_at (true_type, addr);
+      true_type = value_type (ival);
 
       d_val_print (true_type,
                   value_contents_for_printing (ival),
This page took 0.023423 seconds and 4 git commands to generate.