enhanced the compiler to emit the right instruction for super

This commit is contained in:
2022-02-19 17:26:26 +00:00
parent e482ce620f
commit f0b6ccdf42
4 changed files with 19 additions and 4 deletions

View File

@ -321,6 +321,7 @@ struct hcl_cframe_t
{
hcl_ooi_t nargs;
hcl_ooi_t nrets;
int to_super;
} sendmsg;
/* COP_EMIT_SET */