projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1d6ccb
)
calls.c (expand_call): Fix typo.
author
Jeff Law
<law@gcc.gnu.org>
Thu, 9 Apr 1998 00:44:41 +0000
(18:44 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Thu, 9 Apr 1998 00:44:41 +0000
(18:44 -0600)
8
* calls.c (expand_call): Fix typo.
From-SVN: r19068
gcc/calls.c
patch
|
blob
|
history
diff --git
a/gcc/calls.c
b/gcc/calls.c
index 2716caff6cbe0a61a754f6885eafc44e4a864d22..3534bdde9dbc554dda050deab8704109308d74dd 100644
(file)
--- a/
gcc/calls.c
+++ b/
gcc/calls.c
@@
-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