diff --git a/src/cc65/typeconv.c b/src/cc65/typeconv.c index 3bc7d47cb..e915d7392 100644 --- a/src/cc65/typeconv.c +++ b/src/cc65/typeconv.c @@ -169,9 +169,7 @@ ExitPoint: ReplaceType (Expr, NewType); /* Bit-fields are converted to integers */ - if (ED_IsBitField (Expr)) { - ED_DisBitField (Expr); - } + ED_DisBitField (Expr); }