fix casrt_c2 more
This commit is contained in:
parent
2dfc8933bd
commit
a3392fd6c1
@ -217,7 +217,7 @@ B asrt_c2(B t, B w, B x) {
|
|||||||
}
|
}
|
||||||
B casrt_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; }
|
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();
|
unwindCompiler();
|
||||||
dec(x);
|
dec(x);
|
||||||
if (isArr(w) && IA(w)==2) {
|
if (isArr(w) && IA(w)==2) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user