fix casrt_c2 more

This commit is contained in:
dzaima 2024-02-04 14:47:43 +02:00
parent 2dfc8933bd
commit a3392fd6c1

View File

@ -217,7 +217,7 @@ B asrt_c2(B t, B w, B x) {
}
B casrt_c2(B t, B w, B x) {
if (LIKELY(isF64(x) && o2fG(x)==1)) { dec(w); return x; }
B fullpath = load_fullpath(COMPS_CREF(path), COMPS_CREF(name));
B fullpath = COMPS_ACTIVE()? load_fullpath(COMPS_CREF(path), COMPS_CREF(name)) : bi_N;
unwindCompiler();
dec(x);
if (isArr(w) && IA(w)==2) {