Commit 44158507 by Jeffrey A Law Committed by Jeff Law

* v850.c (construct_save_jarl): Fix thinko in last change.

From-SVN: r15518
parent 66f2e88d
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);
......
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