|
From: Philippe W. <phi...@sk...> - 2012-06-01 20:16:57
|
On Fri, 2012-06-01 at 07:47 -0700, Sunny Das wrote: > Looks like we will need to change Vg_ClientRequest to add CLIENT_CALL4 and then just provide the CALL4 version of VALGRIND_NON_SIMD_CALLx. > > It also looks like it will be hard to go beyond 4 args. Is this doable? It is probably doable (did not look) but I think you can work with the following: define a struct containing the needed x args call VALGRIND_NON_SIMD_CALL1( passing the address of the struct). Philippe |