diff options
Diffstat (limited to 'gcc/config/a29k/a29k.h')
-rw-r--r-- | gcc/config/a29k/a29k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/a29k/a29k.h b/gcc/config/a29k/a29k.h index ce9fcff..b70e13d 100644 --- a/gcc/config/a29k/a29k.h +++ b/gcc/config/a29k/a29k.h @@ -780,7 +780,7 @@ extern struct rtx_def *a29k_get_reloaded_address (); for a call to a function whose data type is FNTYPE. For a library call, FNTYPE is 0. */ -#define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME) (CUM) = 0 +#define INIT_CUMULATIVE_ARGS(CUM,FNTYPE,LIBNAME,INDIRECT) (CUM) = 0 /* Same, but called for incoming args. |