Commit 79d101f8 by Richard Kenner

(finish_file): Pass extra parm to start_function.

From-SVN: r9944
parent 5730cf69
......@@ -143,7 +143,7 @@ finish_file ()
start_function (void_list_node,
build_parse_node (CALL_EXPR, fnname, void_list_node,
NULL_TREE),
NULL_TREE, 0);
NULL_TREE, NULL_TREE, 0);
fnname = DECL_ASSEMBLER_NAME (current_function_decl);
store_parm_decls ();
......
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