* loop.c (force_movables): Fix typo.

From-SVN: r18102
This commit is contained in:
Jeffrey A Law 1998-02-18 23:47:59 +00:00 committed by Jeff Law
parent 8edcf09f30
commit 3875b31da7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Feb 19 00:46:59 1998 Jeffrey A Law (law@cygnus.com)
* loop.c (force_movables): Fix typo.
Thu Feb 19 08:26:30 1998 Manfred Hollstein <manfred@s-direktnet.de>
* m88k.h: Change file pattern to match reality.

View File

@ -1305,7 +1305,7 @@ force_movables (movables)
{
m->forces = m1;
m1->lifetime += m->lifetime;
m1->savings += m1->savings;
m1->savings += m->savings;
}
}
}