diff options
Diffstat (limited to 'src/parse_ast.ml')
| -rw-r--r-- | src/parse_ast.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse_ast.ml b/src/parse_ast.ml index 2e72761e..68ebbf9b 100644 --- a/src/parse_ast.ml +++ b/src/parse_ast.ml @@ -80,6 +80,7 @@ base_effect_aux = (* effect *) | BE_wmem (* write memory *) | BE_wmv (* write memory value *) | BE_eamem (* address for write signaled *) + | BE_exmem (* determine if a store-exclusive (ARM) is going to succeed *) | BE_barr (* memory barrier *) | BE_depend (* dynmically dependent footprint *) | BE_undef (* undefined-instruction exception *) |
