nodconst(&n2, types[TUINT32], v);
gins(optoas(OCMP, types[TUINT32]), &n1, &n2);
p1 = gbranch(optoas(OGT, types[TUINT32]), T);
- //ginscall(throwindex, 0);
- gins(AINT, nodintconst(3), N);
+ ginscall(throwindex, 0);
patch(p1, pc);
}
nodconst(&n1, types[TUINT32], nl->type->bound);
gins(optoas(OCMP, types[TUINT32]), &n2, &n1);
p1 = gbranch(optoas(OLT, types[TUINT32]), T);
- //ginscall(throwindex, 0);
- gins(AINT, nodintconst(3), N);
+ ginscall(throwindex, 0);
patch(p1, pc);
}