Consider masking changes interesting for SCT

This commit is contained in:
Michael Walker 2015-02-14 18:59:11 +00:00
parent f75db99713
commit 8af7b814c2

View File

@ -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