enhanced the compiler to emit the right instruction for super
This commit is contained in:
@ -321,6 +321,7 @@ struct hcl_cframe_t
|
||||
{
|
||||
hcl_ooi_t nargs;
|
||||
hcl_ooi_t nrets;
|
||||
int to_super;
|
||||
} sendmsg;
|
||||
|
||||
/* COP_EMIT_SET */
|
||||
|
Reference in New Issue
Block a user