diff options
Diffstat (limited to 'gdb/go-lang.h')
-rw-r--r-- | gdb/go-lang.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/go-lang.h b/gdb/go-lang.h index 5eb298e..fa96f53 100644 --- a/gdb/go-lang.h +++ b/gdb/go-lang.h @@ -84,10 +84,10 @@ extern void go_print_type (struct type *type, const char *varstring, /* Defined in go-valprint.c. */ -extern void go_val_print (struct type *type, const gdb_byte *valaddr, +extern void go_val_print (struct type *type, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, - const struct value *val, + struct value *val, const struct value_print_options *options); #endif /* !defined (GO_LANG_H) */ |