make int overflow not leak shape

This commit is contained in:
dzaima 2021-06-01 16:31:54 +03:00
parent 9cb82af14d
commit 62209961eb

View File

@ -85,7 +85,7 @@
i64 wv = W; i64 xv = X; \
i64 rv = EXPR; \
if (RARE(rv!=(i32)rv)) { \
mm_free(v(r)); \
dec(r); \
goto BASE; \
} \
rp[i] = rv; \