wrote more code to support classes
This commit is contained in:
10
lib/decode.c
10
lib/decode.c
@ -603,8 +603,16 @@ int hcl_decode (hcl_t* hcl, hcl_oow_t start, hcl_oow_t end)
|
||||
/* -------------------------------------------------------- */
|
||||
|
||||
case HCL_CODE_MAKE_CLASS:
|
||||
LOG_INST_0 (hcl, "make_class");
|
||||
{
|
||||
hcl_oow_t b3;
|
||||
|
||||
FETCH_PARAM_CODE_TO (hcl, b1);
|
||||
FETCH_PARAM_CODE_TO (hcl, b2);
|
||||
FETCH_PARAM_CODE_TO (hcl, b3);
|
||||
LOG_INST_3 (hcl, "make_class %zu %zu %zu", b1, b2, b3);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
/* -------------------------------------------------------- */
|
||||
case HCL_CODE_DUP_STACKTOP:
|
||||
|
Reference in New Issue
Block a user