enhanced the compiler to emit the right instruction for super

This commit is contained in:
2022-02-19 17:26:26 +00:00
parent 92d4bd5373
commit 01e9eac123
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 */