[tsan] Fix build.

llvm-svn: 184963
This commit is contained in:
Sergey Matveev 2013-06-26 16:49:34 +00:00
parent 05b04cf3a5
commit 0b2ffe30e4

View File

@ -126,7 +126,7 @@ uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
if (g_ctx->Match(loc->name, stype, &s) ||
g_ctx->Match(loc->file, stype, &s) ||
g_ctx->Match(loc->module, stype, &s)) {
DPrintf("ThreadSanitizer: matched suppression '%s'\n", templ);
DPrintf("ThreadSanitizer: matched suppression '%s'\n", s->templ);
s->hit_count++;
*sp = s;
return loc->addr;