|
From: Solomon, B. <be...@ug...> - 2008-03-25 21:11:35
|
This is the change I made for 64 bits and VALGRIND_CHECK_MEM_IS_ADDRESSABLE/DEFINED Again I am not sure if this is to standard: - It changes the type of the macro to char * so presumably might cause client code to need change. - I reused the OrigFn type so there wasn't the need to create a new typedef for a pointer sized int type even though this case isn't a function pointer so it is a bit of a cheat. I just wasn't sure whether it was worth adding a new typedef and if so what naming scheme to use. Bernie |