summaryrefslogtreecommitdiffstats
path: root/gdb/coffread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r--gdb/coffread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c
index e9aa697351..2accd5b9f0 100644
--- a/gdb/coffread.c
+++ b/gdb/coffread.c
@@ -932,7 +932,7 @@ read_coff_symtab (symtab_offset, nsyms, objfile)
new = pop_context ();
if (depth-- != new->depth)
{
- complain (&eb_complaint, (char *)symnum);
+ complain (&eb_complaint, symnum);
break;
}
if (local_symbols && context_stack_depth > 0)
OpenPOWER on IntegriCloud