* readelf.c (dynamic_info): Correct size of array.
[deliverable/binutils-gdb.git] / gdb / wrapper.h
index 160f86699d0e9ea49ab3e865d07cc71a18f93596..bb1b4615e927de9f4730a8f5710aa514ab1a7c3e 100644 (file)
@@ -36,8 +36,7 @@ extern int gdb_value_equal (struct value *, struct value *, int *);
 
 extern int gdb_value_assign (struct value *, struct value *, struct value **);
 
-extern int gdb_value_subscript (struct value *, struct value *,
-                               struct value **);
+extern int gdb_value_subscript (struct value *, LONGEST, struct value **);
 
 extern enum gdb_rc gdb_value_struct_elt (struct ui_out *uiout,
                                         struct value **result_ptr,
This page took 0.023944 seconds and 4 git commands to generate.