Commit 89352663 by Doug Evans

* (build_module_descriptor): fix call to start_function

From-SVN: r3397
parent 56a65d12
...@@ -968,7 +968,7 @@ build_module_descriptor () ...@@ -968,7 +968,7 @@ build_module_descriptor ()
tree_cons (NULL_TREE, NULL_TREE, tree_cons (NULL_TREE, NULL_TREE,
void_list_node), void_list_node),
NULL_TREE), NULL_TREE),
0, 0); 0);
#if 0 /* This should be turned back on later #if 0 /* This should be turned back on later
for the systems where collect is not needed. */ for the systems where collect is not needed. */
/* Make these functions nonglobal /* Make these functions nonglobal
......
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