From deb6b8e1b6fc2543ff27f8d0c75789733374a2c1 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 30 Aug 2022 11:21:24 +0200 Subject: bitfield initializers --- src/cffc.hff | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cffc.hff') 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 }, -- cgit v1.2.3