|
From: Rohan M. <roh...@li...> - 2004-02-03 08:32:16
|
Hi, Thanks for your help, valgrind from cvs runs. However, to compile it, i had to modify coregrind/vg_unsafe.h, line 53, to read: #if defined(KERNEL_2_6) || defined(KERNEL_2_4) #include <linux/compiler.h> /* for __user definition */ #endif Previously, this chunk was: #ifdef KERNEL_2_6 #include <linux/compiler.h> /* for __user definition */ #endif Rohan > Message: 3 > Subject: Re: [Valgrind-users] Valgrind dies on startup > From: Jeremy Fitzhardinge <je...@go...> > To: Rohan Mitchell <roh...@li...> > Cc: val...@li... > Date: Mon, 02 Feb 2004 00:22:46 -0800 > > On Sun, 2004-02-01 at 18:12, Rohan Mitchell wrote: > > @@ don't know what type 'B' is > > @@ parsing B(0,1) gave NULL type ((0,1) remains) > > Oh, 'B' is "volatile" - this has been fixed in CVS already. > > J -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze |