some code for goto handling

This commit is contained in:
hyunghwan.chung
2019-07-26 07:40:58 +00:00
parent bd1d30360e
commit 299faf4a87
5 changed files with 51 additions and 5 deletions

View File

@ -411,8 +411,9 @@ struct moo_label_t
typedef struct moo_goto_t moo_goto_t;
struct moo_goto_t
{
moo_ooch_t* label_name;
moo_ooch_t* target_name;
moo_oow_t level;
moo_oow_t ip;
moo_goto_t* next;
};