From owner-cvs-all Tue May 29 17:57:51 2001 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 40A0137B423; Tue, 29 May 2001 17:57:45 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo (mjacob@beppo [192.67.166.79]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f4U0vig38190; Tue, 29 May 2001 17:57:44 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Tue, 29 May 2001 17:57:44 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: "Daniel C. Sobral" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/ficl dict.c ficl.h In-Reply-To: <200105292344.f4TNiFp33797@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 29 May 2001, Daniel C. Sobral wrote: > dcs 2001/05/29 16:44:15 PDT > > Modified files: > sys/boot/ficl dict.c ficl.h > Log: > Turn dictthreshold and dictincrease into cell-sized variables, so > they can be used with cell operators like !. > > As I did this, I noticed the whole CELL thing might have problems with > big endian architectures with sizeof(int)!=sizeof(void*). Alpha is Little Endian, but it is true that sizeof (int) != sizeof (void *) > > Revision Changes Path > 1.12 +7 -6 src/sys/boot/ficl/dict.c > 1.19 +3 -3 src/sys/boot/ficl/ficl.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message