diff options
Diffstat (limited to 'gdb/valprint.c')
-rw-r--r-- | gdb/valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valprint.c b/gdb/valprint.c index 3feb915..21f681d 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -159,7 +159,7 @@ val_print (struct type *type, char *valaddr, int embedded_offset, the number of string bytes printed. */ int -value_print (value_ptr val, struct ui_file *stream, int format, +value_print (struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) { if (val == 0) |