summaryrefslogtreecommitdiff
path: root/src/pretty_print_lem.ml
diff options
context:
space:
mode:
authorShaked Flur2017-05-24 16:19:27 +0100
committerShaked Flur2017-05-24 16:19:27 +0100
commit9cffd54c6170f8a5cdcc6e54cb9077b62bf6a284 (patch)
tree3c94e563409844e8685714cbe331748c9ddd0fe6 /src/pretty_print_lem.ml
parentfffcaaa390eaf03db689d0f108cc00653a41885d (diff)
added the exmem effect for AArch64 store-exclusive
Diffstat (limited to 'src/pretty_print_lem.ml')
-rw-r--r--src/pretty_print_lem.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pretty_print_lem.ml b/src/pretty_print_lem.ml
index b55685f4..a436cf90 100644
--- a/src/pretty_print_lem.ml
+++ b/src/pretty_print_lem.ml
@@ -125,8 +125,8 @@ let effectful (Effect_aux (eff,_)) =
List.exists
(fun (BE_aux (eff,_)) ->
match eff with
- | BE_rreg | BE_wreg | BE_rmem | BE_wmem | BE_eamem | BE_wmv
- | BE_barr | BE_depend | BE_nondet | BE_escape -> true
+ | BE_rreg | BE_wreg | BE_rmem | BE_wmem | BE_eamem | BE_exmem
+ | BE_wmv | BE_barr | BE_depend | BE_nondet | BE_escape -> true
| _ -> false)
effs