Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2012 11:35:34 -0700 (PDT)
From:      Pedro Giffuni <pfg@freebsd.org>
To:        Mark Peek <mp@FreeBSD.org>
Cc:        gnn@FreeBSD.org, freebsd-current@FreeBSD.org
Subject:   Re: [RFT] llquantize for FreeBSD's dtrace
Message-ID:  <1340735734.53528.YahooMailClassic@web113510.mail.gq1.yahoo.com>
In-Reply-To: <4FE9EFF9.9080507@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
=0A=0A--- Mar 26/6/12, Mark Peek <mp@FreeBSD.org> ha scritto:=0A=0A> >=0A> =
> It's a different assertion.=0A> >=0A> > Probably some difference between =
Solaris and BSD.=0A> > this is very useful, thanks!=0A> =0A> Try this, chan=
ge the assert on line 1429 in file dt_cc.c=0A> from:=0A> =0A> assert(!(arg =
& (UINT16_MAX << args[i].shift)));=0A> =0A> to=0A> =0A> assert(!(arg & ((ui=
nt64_t)UINT16_MAX <<=0A> args[i].shift)));=0A> =0A=0AThis certainly looks c=
orrect. Thanks Mark !=0A=0AI updated the patch:=0A=0Ahttp://people.freebsd.=
org/~pfg/patches/patch-dtrace-llquantize=0A=0Acheers,=0A=0APedro.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1340735734.53528.YahooMailClassic>