* v850.c (construct_save_jarl): Fix thinko in last change.
From-SVN: r15518
This commit is contained in:
parent
66f2e88dd6
commit
4415850727
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Sep 17 14:11:38 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* v850.c (construct_save_jarl): Fix thinko in last change.
|
||||
|
||||
Wed Sep 17 09:53:07 1997 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* version.c: Bump for snapshot.
|
||||
|
|
|
@ -2261,7 +2261,7 @@ construct_save_jarl (op)
|
|||
|
||||
/* Now compute the bit mask of registers to push. */
|
||||
mask = 0;
|
||||
for (i = 0; i < count; i++)
|
||||
for (i = 1; i < count - 1; i++)
|
||||
{
|
||||
rtx vector_element = XVECEXP (op, 0, i);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue