Fix typo: LSM instead of LSYM.

From-SVN: r66866
This commit is contained in:
Nick Clifton 2003-05-16 16:01:51 +00:00 committed by Nick Clifton
parent 674e9baac9
commit ba2f4247d6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-16 Nick Clifton <nickc@redhat.com>
* config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
* doc/bugreport.texi: Remove most of the of the preface of the

View File

@ -334,7 +334,7 @@ LSYM(Lover4):
blo LSYM(Lover1)
sub dividend, dividend, divisor
orr result, result, curbit
LSM(Lover1):
LSYM(Lover1):
lsr work, divisor, #1
cmp dividend, work
blo LSYM(Lover2)