diff options
Diffstat (limited to 'gdb/scm-valprint.c')
-rw-r--r-- | gdb/scm-valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/scm-valprint.c b/gdb/scm-valprint.c index fccedcaa5e0..05399aa091a 100644 --- a/gdb/scm-valprint.c +++ b/gdb/scm-valprint.c @@ -359,7 +359,7 @@ taloop: } int -scm_val_print (struct type *type, const bfd_byte *valaddr, +scm_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) |