summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/regfp.sail2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regfp.sail b/lib/regfp.sail
index e9c85ba8..a4af8ef7 100644
--- a/lib/regfp.sail
+++ b/lib/regfp.sail
@@ -73,7 +73,7 @@ enum a64_barrier_type = {
A64_barrier_ST
}
-$ifdef AARCH64_SMALL
+$ifdef FEATURE_UNION_BARRIER
union barrier_kind = {
Barrier_Sync : unit,
Barrier_LwSync : unit,