improving function block and control block handling in the compiler code

This commit is contained in:
2021-04-09 08:22:40 +00:00
parent 8aa9ada771
commit 08149767b5
5 changed files with 128 additions and 53 deletions

View File

@ -350,8 +350,12 @@ int hcl_decode (hcl_t* hcl, hcl_oow_t start, hcl_oow_t end)
break;
/* -------------------------------------------------------- */
case HCL_CODE_TRY_CATCH:
LOG_INST_0 (hcl, "try_catch");
case HCL_CODE_TRY_ENTER:
LOG_INST_0 (hcl, "try_enter");
break;
case HCL_CODE_TRY_EXIT:
LOG_INST_0 (hcl, "try_exit");
break;
case HCL_CODE_THROW: