mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 21:30:18 +08:00
alpha.c (alpha_expand_block_clear): Add missing offset arg to alpha_expand_unaligned_store_words.
* alpha.c (alpha_expand_block_clear): Add missing offset arg to alpha_expand_unaligned_store_words. From-SVN: r19013
This commit is contained in:
parent
f31fce3f85
commit
59dd0a31bc
@ -1,3 +1,8 @@
|
||||
Mon Apr 6 00:08:50 1998 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* alpha.c (alpha_expand_block_clear): Add missing offset arg to
|
||||
alpha_expand_unaligned_store_words.
|
||||
|
||||
Sun Apr 5 21:31:24 1998 John Wehle (john@feith.com)
|
||||
|
||||
* i386.md (movsf_push, movsf_mem): Remove.
|
||||
|
@ -2051,7 +2051,7 @@ alpha_expand_block_clear (operands)
|
||||
{
|
||||
words = bytes / 8;
|
||||
|
||||
alpha_expand_unaligned_store_words (NULL, orig_dst, words);
|
||||
alpha_expand_unaligned_store_words (NULL, orig_dst, words, 0);
|
||||
|
||||
bytes -= words * 8;
|
||||
ofs = words * 8;
|
||||
|
Loading…
Reference in New Issue
Block a user