This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Fix mutual off-by-one error
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Mon, 30 Apr 2007 19:03:35 -0600
- Subject: Re: [RFA] Fix mutual off-by-one error
- References: <4632A0C1.2070407@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> 2007-04-27 Keith Seitz <keiths@redhat.com>
Keith> * interpret-run.cc (NEXT_INSN)[DEBUG]: Advance PC before
Keith> executing the instruction.
Keith> * include/java-interp.h (_Jv_InterpFrame::get_pc): Subtract
Keith> one insn from the frame's PC. _Jv_InterpMethod::run et al
Keith> will advance the PC before executing the instruction.
Ok. Thanks.
Tom