提交 bc2d52fe 编写于 作者: G Geert Uytterhoeven 提交者: Jiri Kosina

Blackfin: comment spelling s/divsor/divisor/

Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 cacd2c41
...@@ -154,7 +154,7 @@ ENTRY(___udivsi3) ...@@ -154,7 +154,7 @@ ENTRY(___udivsi3)
CC = R7 < 0; /* Check quotient(AQ) */ CC = R7 < 0; /* Check quotient(AQ) */
/* If AQ==0, we'll sub divisor */ /* If AQ==0, we'll sub divisor */
IF CC R5 = R1; /* and if AQ==1, we'll add it. */ IF CC R5 = R1; /* and if AQ==1, we'll add it. */
R3 = R3 + R5; /* Add/sub divsor to partial remainder */ R3 = R3 + R5; /* Add/sub divisor to partial remainder */
R7 = R3 ^ R1; /* Generate next quotient bit */ R7 = R3 ^ R1; /* Generate next quotient bit */
R5 = R7 >> 31; /* Get AQ */ R5 = R7 >> 31; /* Get AQ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册