[Bug 1535] doubts on test_posix_memalign

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Thu Jun 24 22:51:39 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1535

--- Comment #4 from Joel Sherrill <joel.sherrill at oarcorp.com> 2010-06-24 17:51:39 CDT ---
Created an attachment (id=828)
 --> (https://www.rtems.org/bugzilla/attachment.cgi?id=828)
Patch with sizeof(void*) issue addressed V1

I made one change to your patch.  Instead of initializing i=2, initialize
it to i=sizeof(void *).  Then it starts at 1 x sizeof(void*) and each shift
will ensure it is a multiple.

How about it now?

When this is resolved, it needs to go on 4.10 as well.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list