[TSan] Fix a typo ThreadIgnoreSyncEnd. Found by inspection

llvm-svn: 205531
This commit is contained in:
Alexey Samsonov 2014-04-03 12:28:16 +00:00
parent f7b32291ad
commit b4525218d4
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) {
CHECK_GE(thr->ignore_sync, 0);
#ifndef TSAN_GO
if (thr->ignore_sync == 0)
thr->mop_ignore_set.Reset();
thr->sync_ignore_set.Reset();
#endif
}