Remove parameter valaddr from la_val_print
[deliverable/binutils-gdb.git] / gdb / go-lang.h
index 5eb298e543e694d103389a30fd63979b3876d23b..fa96f53ac42899385600fd3fe7f45346768df7a1 100644 (file)
@@ -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) */
This page took 0.025519 seconds and 4 git commands to generate.