Skip to content

Commit

Permalink
data race predicate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csanadtelbisz committed Nov 3, 2023
1 parent b5f558c commit 43395cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ fun getXcfaErrorPredicate(
ErrorDetection.DATA_RACE -> {
Predicate<XcfaState<out ExprState>> { s ->
val xcfa = s.xcfa!!
if (s.mutexes.containsKey("")) return@Predicate false
for (process1 in s.processes)
for (process2 in s.processes)
if (process1.key != process2.key)
Expand Down

0 comments on commit 43395cc

Please sign in to comment.