Commit 91ab952c by Richard Kenner

(struct function): New field for current_function_varargs.

From-SVN: r6985
parent 17bbab26
/* Structure for saving state for a nested function. /* Structure for saving state for a nested function.
Copyright (C) 1989, 1992, 1993 Free Software Foundation, Inc. Copyright (C) 1989, 1992, 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
...@@ -73,6 +73,7 @@ struct function ...@@ -73,6 +73,7 @@ struct function
int args_size; int args_size;
int pretend_args_size; int pretend_args_size;
rtx arg_offset_rtx; rtx arg_offset_rtx;
int varargs;
int max_parm_reg; int max_parm_reg;
rtx *parm_reg_stack_loc; rtx *parm_reg_stack_loc;
int outgoing_args_size; int 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