diff options
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 401a09e..aab357e 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -378,7 +378,7 @@ static PTR xzalloc (unsigned int); static void sort_blocks (struct symtab *); -static int compare_blocks (const void *, const void *); +static int compare_blocks (const PTR, const PTR); static struct partial_symtab *new_psymtab (char *, struct objfile *); |