]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a comment.
authorNicholas Nethercote <njn@valgrind.org>
Sat, 11 Mar 2006 06:48:20 +0000 (06:48 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 11 Mar 2006 06:48:20 +0000 (06:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5744

lackey/lk_main.c

index a2e513cc90f6c4ddbb8114474addede70cd29805..63ee533859cb9cc9a996ababd3fa29beb0b6b5f7 100644 (file)
@@ -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