Commit 71106234 by Richard Kenner

Correct typo in last change

From-SVN: r46441
parent 8ac61af7
......@@ -3898,7 +3898,8 @@ emit_library_call_value_1 (retval, orgfun, value, fn_type, outmode, nargs, p)
{
save_area = assign_stack_temp (BLKmode, num_to_save, 0);
set_mem_align (save_area, PARM_BOUNDARY);
emit_block_move (validize_mem (save_area), stack_area);
emit_block_move (validize_mem (save_area), stack_area,
GEN_INT (num_to_save));
}
else
{
......
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