aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-30 11:21:24 +0200
committerlemon <lsof@mailbox.org>2022-08-30 11:21:24 +0200
commitdeb6b8e1b6fc2543ff27f8d0c75789733374a2c1 (patch)
tree3d618e367bbf4a509e40eab8edc8bd9265b17f52 /src/cffc.hff
parentdea68bafe81c40adf29e45630cfeceb97b91a630 (diff)
bitfield initializers
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 },