> > (continuing since I happened to send the first fraction unintentionally) > _slot_const_const(SlotInfo* dst, jword s1, jword s2, ifunc f, int type) > in basecode.c does: > seq->u[1].value.i = s1; > > where s1 = (jword)l but seq->u[1].value.i is at maximum 32 bit !! whiff! I guess you could just add jword to jvalue in include/jtypes.h.in and change everything. > Svante tim