Hi,
I moving my code from 32bit to 64bit and the pointers changed from 4
bytes to 8 bytes.
I try to you valgrind function VALGRIND_DO_CLIENT_REQUEST .
my code send to this function void*.
It failed on cast from 8 bytes of pointer to unsigned int (4 bytes).
my code :
void markAsUnaccessible(vo
> #define VALGRIND_DO_CLIENT_REQUEST( \
>_zzq_rlval, _zzq_default, _zzq_request, \
>_zzq_arg1, _zzq_arg2, _zzq_arg3, _zzq_arg4, _zzq_arg5)\
> - { volatile unsigned long long int _zzq_args[6]; \
> -volatile unsigned long lo