(finish_file): Add missing parm to start_function call.
From-SVN: r10112
This commit is contained in:
parent
97fa962f63
commit
b7e043ad10
@ -164,7 +164,7 @@ finish_file ()
|
|||||||
start_function (void_list_node,
|
start_function (void_list_node,
|
||||||
build_parse_node (CALL_EXPR, fnname, void_list_node,
|
build_parse_node (CALL_EXPR, fnname, void_list_node,
|
||||||
NULL_TREE),
|
NULL_TREE),
|
||||||
NULL_TREE, 0);
|
NULL_TREE, NULL_TREE, 0);
|
||||||
fnname = DECL_ASSEMBLER_NAME (current_function_decl);
|
fnname = DECL_ASSEMBLER_NAME (current_function_decl);
|
||||||
store_parm_decls ();
|
store_parm_decls ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user