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:
Jeff Law 1996-04-04 22:42:17 -07:00
parent a8d762e1d2
commit a5bbd4b8dc
1 changed files with 1 additions and 0 deletions

View File

@ -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. */