fixed a wrong compiler check in the post_catch() phase

This commit is contained in:
2021-12-26 14:59:34 +00:00
parent afeebc08c9
commit 447fafd7b2
2 changed files with 22 additions and 4 deletions

View File

@ -2135,7 +2135,7 @@ static HCL_INLINE int do_throw (hcl_t* hcl, hcl_oop_t val, hcl_ooi_t ip)
/* pop the exception stack to get information to rewind context */
HCL_EXSTACK_POP_TO (hcl, catch_ctx, catch_ip, clsp);
/* discard the unfinished class definitions for the exception thrown.
/* discard unfinished class definitions for the exception thrown.
*
* (try
* (defclass X