This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: kernel tests memvar1 and kmemvar1


 Doh!.

This should be

CYG_TEST_CHECK(mem[0] <= p && &p[size - 1] < mem[1],
                    "Block outside memory pool");


Chris Morrow wrote:
> 
> CYG_TEST_CHECK(mem[0] <= p && p[size - 1] < mem[1],
>                    "Block outside memory pool");
> 

-- 
Chris Morrow	YottaYotta Inc.
email:		cmorrow@yottayotta.com
phone:		(780) 439 9000 ext 227
web:		http://www.yottayotta.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]