]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/p-valprint.c
Always call the wrap_here method
[thirdparty/binutils-gdb.git] / gdb / p-valprint.c
index 2019a1d40df120d59b1bf74ec34484483e03f3f1..635d7ed5e4de28d1b45d37c75d6398a6ce2f4a56 100644 (file)
@@ -574,7 +574,7 @@ pascal_object_print_value_fields (struct value *val, struct ui_file *stream,
            }
          else
            {
-             wrap_here (2 + 2 * recurse);
+             stream->wrap_here (2 + 2 * recurse);
            }
 
          annotate_field_begin (type->field (i).type ());