[kaffe] Re: jit3 64 bit bug?

Timothy Stack stack@cs.utah.edu
Wed, 31 Jul 2002 09:42:58 -0600 (MDT)


> 
> (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