Commit 00e6c09c by Richard Henderson

Wrong patch -- builtin_saveregs has already corrected for !stdarg_p.

From-SVN: r28318
parent ca5f4364
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment