]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
helgrind: Implement ANNOTATE_BENIGN_RACE_SIZED()
authorBart Van Assche <bvanassche@acm.org>
Thu, 8 Mar 2012 18:58:41 +0000 (18:58 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 8 Mar 2012 18:58:41 +0000 (18:58 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12434

helgrind/helgrind.h

index 86458660496555bbc5a6f48fb969e321497188e0..433b1cb2bc79453424382b5fb5e0d0fcbbc55f68 100644 (file)
@@ -603,7 +603,7 @@ typedef
 /* Same as ANNOTATE_BENIGN_RACE(address, description), but applies to
    the memory range [address, address+size). */
 #define ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
-   _HG_CLIENTREQ_UNIMP("ANNOTATE_BENIGN_RACE_SIZED")
+   VALGRIND_HG_DISABLE_CHECKING(address, size)
 
 /* Request the analysis tool to ignore all reads in the current thread
    until ANNOTATE_IGNORE_READS_END is called.  Useful to ignore