Date: Mon, 14 Aug 2000 12:26:30 +0200 From: Pascal Bouchareine <pb@grolier.fr> To: alpha@freebsd.org Subject: Re: kernel modules/unaligned access fault Message-ID: <20000814122630.A21633@kalou.in.grolier.fr> In-Reply-To: <20000814120935.A21561@kalou.in.grolier.fr>; from pb@grolier.fr on Mon, Aug 14, 2000 at 12:09:35PM %2B0200 References: <45E87454FFC2D211AD9800508B65009420F8E4@stu-ex1.waikato.ac.nz> <20000814120935.A21561@kalou.in.grolier.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 14, 2000 at 12:09:35PM +0200, Pascal Bouchareine wrote: > Ie, if ((ptr % sizeof(ptr) != 0)), (miss casts), you're wrong. > morning typos.. :) i meant : if ((ptr % sizeof(type) != 0)). it still misses casts.. sorry for the big post. -- Kalou. ldiq t0, 0xbeeffedadeadbabe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000814122630.A21633>