Date: Thu, 20 Jun 2002 00:23:08 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> 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 Message-ID: <200206200723.g5K7N8F17089@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206200723.g5K7N8F17089>
