From owner-cvs-all Mon May 22 9:58:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 433AE37B61F; Mon, 22 May 2000 09:58:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA65690; Mon, 22 May 2000 09:58:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200005221658.JAA65690@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 22 May 2000 09:58:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/i386/fpemul reg_round.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/05/22 09:58:44 PDT Modified files: sys/gnu/i386/fpemul reg_round.s Log: If we are going to do a byte compare, the operands should be byte-sized. In this case, I believe we want to compare against the 32-bit operand so use a full-world compare operation. Revision Changes Path 1.10 +2 -2 src/sys/gnu/i386/fpemul/reg_round.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message