diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 675d919..890ebd3 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4351,7 +4351,7 @@ assign_parms (tree fndecl) #ifdef INIT_CUMULATIVE_INCOMING_ARGS INIT_CUMULATIVE_INCOMING_ARGS (args_so_far, fntype, NULL_RTX); #else - INIT_CUMULATIVE_ARGS (args_so_far, fntype, NULL_RTX, fndecl); + INIT_CUMULATIVE_ARGS (args_so_far, fntype, NULL_RTX, fndecl, -1); #endif /* We haven't yet found an argument that we must push and pretend the |