enhanced variable access code in comp.c

This commit is contained in:
2021-11-23 15:52:01 +00:00
parent 7521512db1
commit 67c9bcbbe4
2 changed files with 78 additions and 33 deletions

View File

@ -314,7 +314,7 @@ struct hcl_cframe_t
/* COP_EMIT_SET */
struct
{
int pop;
int mode; /* VAR_ACCESS_STORE or VAR_ACCESS_POP */
hcl_var_info_t vi;
} set;