Commit 7da7e611 by Richard Kenner

(struct function): Add stdarg field.

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