(store_one_arg): Fix typo in previous change.

From-SVN: r3875
This commit is contained in:
Richard Kenner 1993-03-25 07:01:09 -05:00
parent d0d4af87cc
commit e4f9389897

View File

@ -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,