This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: interpreter bug fix
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC-Java <java at gcc dot gnu dot org>
- Date: 10 Feb 2002 11:48:00 -0700
- Subject: Re: Patch: FYI: interpreter bug fix
- References: <87vgd7bu9f.fsf@creche.redhat.com> <3C65505E.111F48A3@pop.agri.ch> <3C668A80.8B1F8A30@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "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.
Tom