Commit e4f93898 by Richard Kenner

(store_one_arg): Fix typo in previous change.

From-SVN: r3875
parent d0d4af87
...@@ -2798,7 +2798,7 @@ store_one_arg (arg, argblock, may_be_alloca, variable_size, fndecl, ...@@ -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. */ emit_push_insn for BLKmode is careful to avoid it. */
excess = (arg->size.constant - int_size_in_bytes (TREE_TYPE (pval)) excess = (arg->size.constant - int_size_in_bytes (TREE_TYPE (pval))
+ partial * UNITS_PER_WORD); + 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, emit_push_insn (arg->value, arg->mode, TREE_TYPE (pval), size_rtx,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment