* misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
From-SVN: r77391
This commit is contained in:
parent
093b46f04f
commit
725c60f83f
@ -1,3 +1,7 @@
|
||||
2004-02-06 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
|
||||
|
||||
2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES
|
||||
|
@ -864,7 +864,7 @@ default_pass_by_ref (tree gnu_type)
|
||||
{
|
||||
CUMULATIVE_ARGS cum;
|
||||
|
||||
INIT_CUMULATIVE_ARGS (cum, NULL_TREE, NULL_RTX, 0);
|
||||
INIT_CUMULATIVE_ARGS (cum, NULL_TREE, NULL_RTX, 0, 2);
|
||||
|
||||
/* We pass aggregates by reference if they are sufficiently large. The
|
||||
choice of constant here is somewhat arbitrary. We also pass by
|
||||
|
Loading…
Reference in New Issue
Block a user