Commit 8eef5f77 by Jim Wilson

(emit_library_call): Pass NULL_TREE to INIT_CUMULATIVE_ARGS.

From-SVN: r3106
parent 49e8699b
...@@ -1977,7 +1977,7 @@ emit_library_call (va_alist) ...@@ -1977,7 +1977,7 @@ emit_library_call (va_alist)
argvec = (struct arg *) alloca (nargs * sizeof (struct arg)); argvec = (struct arg *) alloca (nargs * sizeof (struct arg));
INIT_CUMULATIVE_ARGS (args_so_far, (tree)0, fun); INIT_CUMULATIVE_ARGS (args_so_far, NULL_TREE, fun);
args_size.constant = 0; args_size.constant = 0;
args_size.var = 0; args_size.var = 0;
......
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