diff options
Diffstat (limited to 'pstack/debug.c')
-rw-r--r-- | pstack/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pstack/debug.c b/pstack/debug.c index ee62bb17062..73412ae3f03 100644 --- a/pstack/debug.c +++ b/pstack/debug.c @@ -1774,7 +1774,7 @@ debug_make_baseclass (handle, type, bitpos, virtual, visibility) bfd_vma bitpos; boolean virtual; enum debug_visibility visibility; -{ +{ struct debug_baseclass *b; b = (struct debug_baseclass *) xmalloc (sizeof *b); @@ -3264,7 +3264,7 @@ debug_type_samep (info, t1, t2) case DEBUG_KIND_POINTER: ret = debug_type_samep (info, t1->u.kpointer, t2->u.kpointer); break; - + case DEBUG_KIND_FUNCTION: if (t1->u.kfunction->varargs != t2->u.kfunction->varargs || ! debug_type_samep (info, t1->u.kfunction->return_type, |