updating code to handle the new make_block, make_function scheme

This commit is contained in:
2021-05-06 08:14:00 +00:00
parent c37b695a76
commit 15fdedcfae
2 changed files with 12 additions and 7 deletions

View File

@ -389,6 +389,7 @@ struct hcl_fnblk_info_t
{
hcl_oow_t tmprlen;
hcl_oow_t tmprcnt;
hcl_oow_t tmprmask;
hcl_oow_t make_inst_pos;
hcl_oow_t lfbase;