forked from OSchip/llvm-project
[TSan] Fix a typo ThreadIgnoreSyncEnd. Found by inspection
llvm-svn: 205531
This commit is contained in:
parent
f7b32291ad
commit
b4525218d4
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue