Commit b50c02f9 by Jim Wilson

(gen_formal_types_die): Delete extra argument from

gen_type_die call.

From-SVN: r12684
parent cca4647d
...@@ -6064,7 +6064,7 @@ gen_formal_types_die (function_or_method_type, context_die) ...@@ -6064,7 +6064,7 @@ gen_formal_types_die (function_or_method_type, context_die)
if (formal_type == void_type_node) if (formal_type == void_type_node)
break; break;
gen_type_die (formal_type, function_or_method_type, context_die); gen_type_die (formal_type, context_die);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment