Use std::string in ui_out_table
[deliverable/binutils-gdb.git] / gdb / m2-valprint.c
index f43a2d2afe84fb893b63b1cbc2e940eede773e34..50c2b30a62d3197ee4e24deafdf39c7bdc41b408 100644 (file)
@@ -398,7 +398,7 @@ m2_val_print (struct type *type, int embedded_offset,
        m2_print_unbounded_array (type, valaddr, embedded_offset,
                                  address, stream, recurse, options);
       else
-       cp_print_value_fields (type, type, valaddr, embedded_offset,
+       cp_print_value_fields (type, type, embedded_offset,
                               address, stream, recurse, original_value,
                               options, NULL, 0);
       break;
This page took 0.033219 seconds and 4 git commands to generate.