|
From: <sv...@va...> - 2009-05-04 06:46:34
|
Author: njn
Date: 2009-05-04 07:46:31 +0100 (Mon, 04 May 2009)
New Revision: 9763
Log:
Merge r9761 (fix a comment) from the trunk.
Modified:
trunk/memcheck/tests/memalign2.c
Modified: trunk/memcheck/tests/memalign2.c
===================================================================
--- trunk/memcheck/tests/memalign2.c 2009-05-04 06:44:55 UTC (rev 9762)
+++ trunk/memcheck/tests/memalign2.c 2009-05-04 06:46:31 UTC (rev 9763)
@@ -23,10 +23,7 @@
// AIX 5.2 has neither memalign() nor posix_memalign(); do nothing.
# else
- // Nb: assuming VG_MIN_MALLOC_SZB is 8!
- // DDD: (this is no longer true)
- // Should work with both 32-bit and 64-bit pointers, though.
-
+ // Nb: assuming VG_MIN_MALLOC_SZB is 8 or more...
int* p;
int res;
assert(sizeof(long int) == sizeof(void*));
|