From owner-cvs-all Sat Jun 3 4: 9:16 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 EC43337B721; Sat, 3 Jun 2000 04:09:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA85998; Sat, 3 Jun 2000 04:09:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200006031109.EAA85998@freefall.freebsd.org> From: Bruce Evans Date: Sat, 3 Jun 2000 04:09:10 -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 bde 2000/06/03 04:09:10 PDT Modified files: sys/gnu/i386/fpemul reg_round.s Log: The change to do a longword compare in the previous commit just broke an apparently-intended micro-optimization ("testb" is equivalent and smaller) and added a style bug (the size suffix for "testl" was missing). linux-2.3.35 already had the correct fix. Revision Changes Path 1.11 +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