From: Godmar Back (gback@cs.utah.edu)
Date: Tue Jan 26 1999 - 11:33:23 EST
Archie, is this going to make the other fixes you put in
libraries/clib/native/ obsolete or not?
- Godmar
Forwarded message:
> Maxim Kizub writes:
> > Another way is to change in kaffe/kaffevm/support.c in
> > method callMethodV :
> >
> > case 'F':
> > call.callsize[i] = 1;
> > in[i].f = va_arg(args, jfloat);
> > break;
> >
> > into
> >
> > case 'F':
> > call.callsize[i] = 1;
> > in[i].f = (jfloat)va_arg(args, jdouble);
> > break;
>
> Duh.. of course, that's a much more correct solution.
>
> -Archie
>
> ___________________________________________________________________________
> Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com
>
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:49 EDT