mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-18 19:11:37 +03:00
Consider masking changes interesting for SCT
This commit is contained in:
parent
f75db99713
commit
8af7b814c2
@ -228,5 +228,7 @@ interesting _ (BlockedTake _) = True
|
||||
interesting _ (STM _) = True
|
||||
interesting _ BlockedSTM = True
|
||||
interesting _ (ThrowTo _) = True
|
||||
interesting _ (SetMasking _ _) = True
|
||||
interesting _ (ResetMasking _ _ ) = True
|
||||
interesting l Lift = l
|
||||
interesting _ _ = False
|
||||
|
Loading…
Reference in New Issue
Block a user