Commit f3d723e9 by Richard Kenner

Fix typo.

From-SVN: r10522
parent 1b4d2764
...@@ -2812,7 +2812,7 @@ ...@@ -2812,7 +2812,7 @@
;; for divide-by-zero or take your chances. If the div instruction is ;; for divide-by-zero or take your chances. If the div instruction is
;; used, the O/S must complete the operation if the operands are ;; used, the O/S must complete the operation if the operands are
;; negative. The O/S will signal an overflow condition if the most ;; negative. The O/S will signal an overflow condition if the most
;; negative number (-214783648) is divided by negative 1. ;; negative number (-2147483648) is divided by negative 1.
;; ;;
;; There is an unfounded silicon errata for E.1 requiring that an ;; There is an unfounded silicon errata for E.1 requiring that an
;; immediate constant value in div/divu/mul instructions be less than ;; immediate constant value in div/divu/mul instructions be less than
......
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