aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
Diffstat (limited to 'src/cffc.hff')
-rw-r--r--src/cffc.hff1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cffc.hff b/src/cffc.hff
index 5eded01..06e87fb 100644
--- a/src/cffc.hff
+++ b/src/cffc.hff
@@ -202,6 +202,7 @@ struct Expr {
EUnionIni struct { var *const AggField, ex *Expr },
AggIni struct { flds [#]*const AggField, exs [#]Expr },
ArrIni struct { idxs [#]u32, exs [#]Expr, maxn i64 },
+ BitFIni struct { flds [#]*const BitFField, exs [#]Expr },
VaStart *Expr,
VaArg *Expr,
VaCopy struct { dst *Expr, src *Expr },