summaryrefslogtreecommitdiff
path: root/src/pretty_print_t_ascii.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_t_ascii.ml
parentfffcaaa390eaf03db689d0f108cc00653a41885d (diff)
added the exmem effect for AArch64 store-exclusive
Diffstat (limited to 'src/pretty_print_t_ascii.ml')
-rw-r--r--src/pretty_print_t_ascii.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pretty_print_t_ascii.ml b/src/pretty_print_t_ascii.ml
index 79897f4b..1494ca0a 100644
--- a/src/pretty_print_t_ascii.ml
+++ b/src/pretty_print_t_ascii.ml
@@ -99,6 +99,7 @@ and pp_format_base_effect_ascii (BE_aux(e,l)) =
| BE_wmem -> "wmem"
| BE_wmv -> "wmv"
| BE_eamem -> "eamem"
+ | BE_exmem -> "exmem"
| BE_barr -> "barr"
| BE_depend -> "depend"
| BE_undef -> "undef"