From: Nicholas Nethercote Date: Sat, 11 Mar 2006 06:48:20 +0000 (+0000) Subject: Add a comment. X-Git-Tag: svn/VALGRIND_3_2_0~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d70346f24e3443e4dbda204f9e49398c0f20dd7f;p=thirdparty%2Fvalgrind.git Add a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5744 --- diff --git a/lackey/lk_main.c b/lackey/lk_main.c index a2e513cc90..63ee533859 100644 --- a/lackey/lk_main.c +++ b/lackey/lk_main.c @@ -38,6 +38,9 @@ // Instrumentation", 2004, for details about the few loads and stores that // it misses, and other caveats about the accuracy of the address trace. // +// [Actually, the traces aren't quite right because instructions that modify +// a memory location are treated like a load followed by a store.] +// // If you want to modify how the memory traces are printed/gathered, look at // the code that is controlled by the variable 'lk_clo_trace_mem' and the // functions 'trace_load()' and 'trace_mem'.. With a bit of effort you