mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 04:00:25 +08:00
pa.h (INIT_CUMULATIVE_INCOMING_ARGS): Initialize "indirect" field to zero.
* pa/pa.h (INIT_CUMULATIVE_INCOMING_ARGS): Initialize "indirect" field to zero. From-SVN: r11670
This commit is contained in:
parent
a8d762e1d2
commit
a5bbd4b8dc
@ -887,6 +887,7 @@ struct hppa_args {int words, nargs_prototype, indirect; };
|
||||
|
||||
#define INIT_CUMULATIVE_INCOMING_ARGS(CUM,FNTYPE,IGNORE) \
|
||||
(CUM).words = 0, \
|
||||
(CUM).indirect = 0, \
|
||||
(CUM).nargs_prototype = 1000
|
||||
|
||||
/* Figure out the size in words of the function argument. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user