part of analyzer, interpreter closure processing fix

This commit is contained in:
ProgramSnail 2024-12-15 00:54:48 +03:00
parent 4c34a63bb7
commit 014f249b16
7 changed files with 316 additions and 43 deletions

View file

@ -273,8 +273,6 @@ static inline void **var_by_category(enum VarCategory category, size_t id) {
"can't read arguments: too big id"); //, %i >= %ul", id, count);
}
return (void **)d->contents + id; // order is not important
break;
break;
}
return var;