* config/arc/lib1funcs.asm (___umulsidi3): Fix typo.
From-SVN: r89408
This commit is contained in:
parent
08e17d9d11
commit
a4b1eb87f6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-10-21 Giovanni Bajo <giovannibajo@gcc.gnu.org>
|
||||
|
||||
* config/arc/lib1funcs.asm (___umulsidi3): Fix typo.
|
||||
|
||||
2004-10-21 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* dbxout.c: Remove unnecessary #undefs.
|
||||
|
|
|
@ -94,7 +94,7 @@ ___umulsidi3:
|
|||
beq .Ldontadd
|
||||
add.f r4,r4,r1 ; r += b
|
||||
adc r3,r3,r2
|
||||
L dontadd:
|
||||
Ldontadd:
|
||||
lsr r0,r0 ; a >>= 1
|
||||
lsl.f r1,r1 ; b <<= 1
|
||||
b.d .Lloop
|
||||
|
|
Loading…
Add table
Reference in a new issue