[gvar] Assertion

This commit is contained in:
Behdad Esfahbod 2023-04-26 13:20:51 -06:00
parent 0938673731
commit 87c6e68ec3

View file

@ -270,6 +270,7 @@ struct TupleVariationHeader
if (shared_tuple_active_idx)
{
assert (index < shared_tuple_active_idx->length);
int v = (*shared_tuple_active_idx).arrayZ[index];
if (v != -1)
{