some implementation updates to the CLASS_LOAD instruction
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -407,17 +407,17 @@ int hcl_decode (hcl_t* hcl, const hcl_code_t* code, hcl_oow_t start, hcl_oow_t e
|
||||
|
||||
case HCL_CODE_CLASS_CMSTORE:
|
||||
FETCH_PARAM_CODE_TO (hcl, b1);
|
||||
LOG_INST_1 (hcl, "class_cmstore %zu", b1);
|
||||
LOG_INST_1 (hcl, "class_cmstore @%zu", b1);
|
||||
break;
|
||||
|
||||
case HCL_CODE_CLASS_CIMSTORE:
|
||||
FETCH_PARAM_CODE_TO (hcl, b1);
|
||||
LOG_INST_1 (hcl, "class_cimstore %zu", b1);
|
||||
LOG_INST_1 (hcl, "class_cimstore @%zu", b1);
|
||||
break;
|
||||
|
||||
case HCL_CODE_CLASS_IMSTORE:
|
||||
FETCH_PARAM_CODE_TO (hcl, b1);
|
||||
LOG_INST_1 (hcl, "class_imstore %zu", b1);
|
||||
LOG_INST_1 (hcl, "class_imstore @%zu", b1);
|
||||
break;
|
||||
/* -------------------------------------------------------- */
|
||||
|
||||
|
Reference in New Issue
Block a user