From owner-cvs-all Thu Jun 20 0:23:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F89337B40B; Thu, 20 Jun 2002 00:23:09 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5K7N8F17089; Thu, 20 Jun 2002 00:23:08 -0700 (PDT) (envelope-from peter) Message-Id: <200206200723.g5K7N8F17089@freefall.freebsd.org> From: Peter Wemm Date: Thu, 20 Jun 2002 00:23:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 math_emulate.c vm86.c src/sys/sys systm.h src/sys/gnu/i386/fpemul load_store.c reg_ld_str.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/06/20 00:23:08 PDT Modified files: sys/i386/i386 math_emulate.c vm86.c sys/sys systm.h sys/gnu/i386/fpemul load_store.c reg_ld_str.c Log: Use suword16/fuword16 instead of susword/fusword - this has two different definitions so far.. 16 bit on x86 and appears to be 32 bit on sparc64. Be explicit to avoid suprises. Revision Changes Path 1.14 +3 -3 src/sys/gnu/i386/fpemul/load_store.c 1.14 +12 -12 src/sys/gnu/i386/fpemul/reg_ld_str.c 1.41 +2 -2 src/sys/i386/i386/math_emulate.c 1.46 +2 -2 src/sys/i386/i386/vm86.c 1.177 +4 -4 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message