From f3d723e9ef64584d6cf05847d058dc9099a1b20f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 26 Oct 1995 19:05:22 -0400 Subject: [PATCH] Fix typo. From-SVN: r10522 --- gcc/config/m88k/m88k.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m88k/m88k.md b/gcc/config/m88k/m88k.md index 9e58352ec43..188e6cc075d 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 -- 2.30.2