Commit e4b95210 by John David Anglin Committed by John David Anglin

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

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

From-SVN: r142147
parent 4f1c5725
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.
......
......@@ -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
......
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