This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: interpreter bug fix
Tom Tromey wrote:
>
> >>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
>
> Andreas> While my family is watching Monster Inc. I tracked down the following.
>
> Andreas> - PUSHI(value);
> Andreas> + PUSHL(value);
>
> Sigh, thanks. I had even double-checked these, since I knew the
> chances of making this mistake were high :-(.
> I'll check this in shortly.
It took so long since I was thinking my ffi things were breaking. (Since
I'm THE only one using them!??). So I grabbed all the PPC docs and went
trough again. Next time I look closer to patches first. My philosophy
is, first clean your own door and then look to others.
Thanks,
Andreas