diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h index fcff0ad..317d4ef 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -482,7 +482,8 @@ extern int value_in (struct value *element, struct value *set); extern int value_bit_index (struct type *type, const gdb_byte *addr, int index); -extern int using_struct_return (struct type *func_type, +extern int using_struct_return (struct gdbarch *gdbarch, + struct type *func_type, struct type *value_type); extern struct value *evaluate_expression (struct expression *exp); |