pa.c (function_arg): Revert 2008-10-26 change.

* pa.c (function_arg): Revert 2008-10-26 change.

From-SVN: r142147
This commit is contained in:
John David Anglin 2008-11-24 01:15:16 +00:00 committed by John David Anglin
parent 4f1c57258f
commit e4b9521065
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-11-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa.c (function_arg): Revert 2008-10-26 change.
2008-11-23 Helge Deller <deller@gmx.de>
* pa/linux-atomic.c (EBUSY): Define if not _LP64.

View File

@ -9281,7 +9281,7 @@ function_arg (CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type,
offset += 8;
}
return gen_rtx_PARALLEL (BLKmode, gen_rtvec_v (ub, loc));
return gen_rtx_PARALLEL (mode, gen_rtvec_v (ub, loc));
}
}
else