diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-10-26 19:05:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-10-26 19:05:22 -0400 |
commit | f3d723e9ef64584d6cf05847d058dc9099a1b20f (patch) | |
tree | e494e4379cef1ab712f662282591dab29f21d3a3 /gcc | |
parent | 1b4d2764e3d7b87e1db457f2378d70c7fd35d031 (diff) | |
download | gcc-f3d723e9ef64584d6cf05847d058dc9099a1b20f.zip gcc-f3d723e9ef64584d6cf05847d058dc9099a1b20f.tar.gz gcc-f3d723e9ef64584d6cf05847d058dc9099a1b20f.tar.bz2 |
Fix typo.
From-SVN: r10522
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m88k/m88k.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m88k/m88k.md b/gcc/config/m88k/m88k.md index 9e58352..188e6cc 100644 --- a/gcc/config/m88k/m88k.md +++ b/gcc/config/m88k/m88k.md @@ -2812,7 +2812,7 @@ ;; 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 ;; 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 ;; immediate constant value in div/divu/mul instructions be less than |