diff options
Diffstat (limited to 'gdb/jv-lang.h')
-rw-r--r-- | gdb/jv-lang.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/jv-lang.h b/gdb/jv-lang.h index ffe25bf..8ea9c3c 100644 --- a/gdb/jv-lang.h +++ b/gdb/jv-lang.h @@ -42,10 +42,10 @@ struct builtin_java_type extern const struct builtin_java_type *builtin_java_type (struct gdbarch *); -extern int java_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, - struct ui_file *, int, - const struct value *, - const struct value_print_options *); +extern void java_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, + struct ui_file *, int, + const struct value *, + const struct value_print_options *); extern void java_value_print (struct value *, struct ui_file *, const struct value_print_options *); |