wrote a few more lines in add_label() in comp.c

This commit is contained in:
hyunghwan.chung
2019-07-31 08:53:44 +00:00
parent 090a3cd6f7
commit 5f4133e9fd
3 changed files with 22 additions and 11 deletions

View File

@ -542,7 +542,7 @@ struct moo_method_data_t
/* primitive function number */
moo_ooi_t pfnum;
/* block depth */
/* block depth - [ ... ]*/
moo_oow_t blk_depth;
moo_oow_t* blk_tmprcnt;
moo_oow_t blk_tmprcnt_capa;