|
From: Nicholas N. <n.n...@gm...> - 2009-01-08 23:55:46
|
On Fri, Jan 9, 2009 at 10:52 AM, <sv...@va...> wrote: > Author: njn > Date: 2009-01-08 23:52:26 +0000 (Thu, 08 Jan 2009) > New Revision: 8927 > > Log: > DARWIN/coregrind/m_debugstub.c > Adhere to "Valgrind style": > - Use VKI_ constants rather than the originals > - Use VG_(memcpy) rather than memcpy() Greg, any idea why 'memcpy(...)' worked? I thought it wouldn't, because libc isn't linked with Valgrind. Or is it on Darwin? Or is GCC using a builtin memcpy? Thanks. Nick |