From d70346f24e3443e4dbda204f9e49398c0f20dd7f Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Sat, 11 Mar 2006 06:48:20 +0000 Subject: [PATCH] Add a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5744 --- lackey/lk_main.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2