diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c index a7a5341c17..03665a2da1 100644 --- a/gdb/c-typeprint.c +++ b/gdb/c-typeprint.c @@ -165,7 +165,7 @@ cp_type_print_method_args (args, prefix, varstring, staticp, stream) i = !staticp; /* skip the class variable */ while (1) { - type_print (args[i++], "", stream, 0); + type_print (args[i++], "", stream, -1); if (!args[i]) { fprintf_filtered (stream, " ...");