summaryrefslogtreecommitdiff
path: root/src/pretty_print_common.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/pretty_print_common.ml')
-rw-r--r--src/pretty_print_common.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pretty_print_common.ml b/src/pretty_print_common.ml
index e90d9cf1..8422ab11 100644
--- a/src/pretty_print_common.ml
+++ b/src/pretty_print_common.ml
@@ -88,8 +88,10 @@ let doc_effect (BE_aux (e,_)) =
| BE_rreg -> "rreg"
| BE_wreg -> "wreg"
| BE_rmem -> "rmem"
+ | BE_rmemt -> "rmemt"
| BE_wmem -> "wmem"
| BE_wmv -> "wmv"
+ | BE_wmvt -> "wmvt"
| BE_eamem -> "eamem"
| BE_barr -> "barr"
| BE_depend -> "depend"