diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 221f965d32d5..e873e6a55372 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. */