Date: Tue, 29 May 2001 17:57:44 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> To: "Daniel C. Sobral" <dcs@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/ficl dict.c ficl.h Message-ID: <Pine.BSF.4.21.0105291757220.38165-100000@beppo.feral.com> In-Reply-To: <200105292344.f4TNiFp33797@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0105291757220.38165-100000>