From owner-cvs-all Wed Jul 15 02:02:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17499 for cvs-all-outgoing; Wed, 15 Jul 1998 02:02:11 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17475; Wed, 15 Jul 1998 02:02:09 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA02673; Wed, 15 Jul 1998 02:01:23 -0700 (PDT) Date: Wed, 15 Jul 1998 02:01:23 -0700 (PDT) Message-Id: <199807150901.CAA02673@freefall.freebsd.org> To: Subject: cvs commit: src/sys/i386/i386 math_emu.h math_emulate.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/07/15 02:01:23 PDT Modified files: sys/i386/i386 math_emu.h math_emulate.c Log: Don't cast pointers to longs in asms. Changed all remaining longs to int32_t's and all unsigned longs to u_int32_t's. Fixed the one printf format broken by this. The old math emulator now compiles cleanly on i386's with 64-bit longs. It may even work, provided suword() doesn't actually write a long. Revision Changes Path 1.6 +14 -14 src/sys/i386/i386/math_emu.h 1.27 +50 -49 src/sys/i386/i386/math_emulate.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message