enhanced the compiler to support (continue)

This commit is contained in:
2021-01-29 08:13:18 +00:00
parent 624f2d02cd
commit 3dad8ce013
4 changed files with 104 additions and 36 deletions

View File

@ -389,6 +389,12 @@ struct hcl_cframe2_t
{
int from_home;
} _return;
/* COP_UPDATE_BREAK */
struct
{
hcl_ooi_t jump_inst_pos;
} _break;
} u;
};
typedef struct hcl_cframe2_t hcl_cframe2_t;