Pass variadic array cell arguments by temporarily storing them on the heap

This commit is contained in:
Stanislav Gromov 2021-04-18 20:46:54 +07:00
parent c9ad518d52
commit 99304f5cdf

View File

@ -2338,7 +2338,7 @@ static int nesting=0;
nest_stkusage++;
} /* if */
} else if (lval.ident==iCONSTEXPR || lval.ident==iEXPRESSION
|| lval.ident==iARRAYCHAR)
|| (lval.ident==iARRAYCELL && !lvalue) || lval.ident==iARRAYCHAR)
{
/* fetch value if needed */
if (lval.ident==iARRAYCHAR)