diff options
| -rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 92c5dae..ec77fb2 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -4316,7 +4316,7 @@ hppa_va_start (stdarg_p, valist, nextarg) rtx nextarg; { nextarg = expand_builtin_saveregs (); - std_expand_builtin_va_start (stdarg_p, valist, nextarg); + std_expand_builtin_va_start (1, valist, nextarg); } rtx |
