From 2c1c40b187f8bcf29e0f4586709b3a84b82f8b46 Mon Sep 17 00:00:00 2001 From: wilson Date: Fri, 30 Aug 1996 21:51:34 +0000 Subject: [PATCH] (gen_formal_types_die): Delete extra argument from gen_type_die call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12684 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/dwarf2out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 4e06da64100..1bda04ec0b0 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -6064,7 +6064,7 @@ gen_formal_types_die (function_or_method_type, context_die) if (formal_type == void_type_node) break; - gen_type_die (formal_type, function_or_method_type, context_die); + gen_type_die (formal_type, context_die); } } -- 2.11.0