Commit d46cf62c by Giovanni Bajo

lib1funcs.asm (___umulsidi3): Fix typo.

	* config/arc/lib1funcs.asm (___umulsidi3): Fix typo.

[[Split portion of a mixed commit.]]

From-SVN: r89409.2
parent a4b1eb87
......@@ -94,7 +94,7 @@ ___umulsidi3:
beq .Ldontadd
add.f r4,r4,r1 ; r += b
adc r3,r3,r2
Ldontadd:
.Ldontadd:
lsr r0,r0 ; a >>= 1
lsl.f r1,r1 ; b <<= 1
b.d .Lloop
......
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