X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=driver%2Ffirm_cmdline.h;h=9cb0a06b96c75f6433bc0d9e9d80e88b48e9cb72;hb=d70f5307ecc25394fc2da35bf4167fea5ac4b9ec;hp=c16a2c31fcc4435311837eddc2a2af28c9fc28ca;hpb=d9f918c846087ee7fc1b97e83671181c1ecf2fff;p=cparser diff --git a/driver/firm_cmdline.h b/driver/firm_cmdline.h index c16a2c3..9cb0a06 100644 --- a/driver/firm_cmdline.h +++ b/driver/firm_cmdline.h @@ -72,6 +72,7 @@ struct a_firm_opt { a_byte lower; /**< enable Firm lowering */ a_byte os_support; /**< current os support */ a_byte honor_restrict; /**< enable restrict keyword */ + a_byte lower_bitfields; /**< lower bitfield access */ a_byte ycomp_dbg; /**< yComp debugger extension */ char *ycomp_host; /**< The host, yComp is running on */ int ycomp_port; /**< The port, yComp is listening on */