aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1996-04-04 22:42:17 -0700
committerJeff Law <law@gcc.gnu.org>1996-04-04 22:42:17 -0700
commita5bbd4b8dcab7509e5c70dbd915bd84dc1d43810 (patch)
tree8094a97ea8910bd39f53cd8664c3e4771e929559 /gcc
parenta8d762e1d2c1c7f7940e6573c272c2b0c5dbe249 (diff)
downloadgcc-a5bbd4b8dcab7509e5c70dbd915bd84dc1d43810.zip
gcc-a5bbd4b8dcab7509e5c70dbd915bd84dc1d43810.tar.gz
gcc-a5bbd4b8dcab7509e5c70dbd915bd84dc1d43810.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/pa/pa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index 221f965..e873e6a 100644
--- a/gcc/config/pa/pa.h
+++ b/gcc/config/pa/pa.h
@@ -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. */