projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ac61af
)
Correct typo in last change
author
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 23 Oct 2001 19:11:48 +0000
(15:11 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Tue, 23 Oct 2001 19:11:48 +0000
(15:11 -0400)
From-SVN: r46441
gcc/calls.c
patch
|
blob
|
history
diff --git
a/gcc/calls.c
b/gcc/calls.c
index 957ddaedf3ef95611655ec1dc653f539af3612dd..4969cd1020284dbd72e26b18ccf0fd2e6ea5551f 100644
(file)
--- a/
gcc/calls.c
+++ b/
gcc/calls.c
@@
-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
{