summaryrefslogtreecommitdiffstats
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-03-25 12:01:09 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-03-25 12:01:09 +0000
commitf326cf41c33cba45f2e126729059bca801e8e190 (patch)
tree9797bc474d42278748d5426e37f048bdc3fea09a /gcc/calls.c
parentb4534d9a4ea5e9c4359114bc3bbcf31fb8941652 (diff)
downloadppe42-gcc-f326cf41c33cba45f2e126729059bca801e8e190.tar.gz
ppe42-gcc-f326cf41c33cba45f2e126729059bca801e8e190.zip
(store_one_arg): Fix typo in previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3875 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/calls.c')
-rw-r--r--gcc/calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index bd7b909d4ba..1d6837eb7af 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -2798,7 +2798,7 @@ store_one_arg (arg, argblock, may_be_alloca, variable_size, fndecl,
emit_push_insn for BLKmode is careful to avoid it. */
excess = (arg->size.constant - int_size_in_bytes (TREE_TYPE (pval))
+ partial * UNITS_PER_WORD);
- size_rtx = expr_size (TREE_TYPE (pval));
+ size_rtx = expr_size (pval);
}
emit_push_insn (arg->value, arg->mode, TREE_TYPE (pval), size_rtx,
OpenPOWER on IntegriCloud