diff options
Diffstat (limited to 'gcc/config/i960/i960.h')
-rw-r--r-- | gcc/config/i960/i960.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index 655a188..98657ba 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -803,7 +803,7 @@ struct cum_args { int ca_nregparms; int ca_nstackparms; }; On 80960, the offset always starts at 0; the first parm reg is g0. */ -#define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME) \ +#define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) \ ((CUM).ca_nregparms = 0, (CUM).ca_nstackparms = 0) /* Update the data in CUM to advance over an argument |