summaryrefslogtreecommitdiff
path: root/gdb/inftarg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inftarg.c')
-rw-r--r--gdb/inftarg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inftarg.c b/gdb/inftarg.c
index 7786579d406..189218190e8 100644
--- a/gdb/inftarg.c
+++ b/gdb/inftarg.c
@@ -623,7 +623,7 @@ extern void
inftarg_set_find_memory_regions (int (*func) (int (*) (CORE_ADDR,
unsigned long,
int, int, int,
- void *),
+ char *, void *),
void *))
{
child_ops.to_find_memory_regions = func;