calls.c (expand_call): Fix typo.
8 * calls.c (expand_call): Fix typo. From-SVN: r19068
This commit is contained in:
parent
b1d6ccb81b
commit
d0f9021ae3
@ -989,7 +989,7 @@ expand_call (exp, target, ignore)
|
||||
n_named_args
|
||||
= (list_length (TYPE_ARG_TYPES (funtype))
|
||||
/* Don't include the last named arg. */
|
||||
- (STRICT_ARGUMENT_NAMING ? 0 : -1)
|
||||
- (STRICT_ARGUMENT_NAMING ? 0 : 1)
|
||||
/* Count the struct value address, if it is passed as a parm. */
|
||||
+ structure_value_addr_parm);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user