aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/value.h b/gdb/value.h
index d50626e..77d9d39 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -420,7 +420,8 @@ extern struct value *value_subscript (struct value *array, struct value *idx);
extern struct value *value_being_returned (struct type *valtype,
struct regcache *retbuf,
- int struct_return);
+ int struct_return,
+ CORE_ADDR struct_addr);
extern struct value *value_in (struct value *element, struct value *set);