Commit f7339633 by Per Bothner

* function.c (current_function_outgoing_args_size): Update comment.

From-SVN: r8291
parent 26a258fe
...@@ -152,9 +152,8 @@ int current_function_args_size; ...@@ -152,9 +152,8 @@ int current_function_args_size;
int current_function_pretend_args_size; int current_function_pretend_args_size;
/* # of bytes of outgoing arguments required to be pushed by the prologue. /* # of bytes of outgoing arguments. If ACCUMULATE_OUTGOING_ARGS is
If this is non-zero, it means that ACCUMULATE_OUTGOING_ARGS was defined defined, the needed space is pushed by the prologue. */
and no stack adjusts will be done on function calls. */
int current_function_outgoing_args_size; int current_function_outgoing_args_size;
......
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