]> git.ipfire.org Git - thirdparty/gcc.git/commit
interpret-run.cc (NEXT_INSN): Advance PC before executing the instruction.
authorKeith Seitz <keiths@redhat.com>
Tue, 1 May 2007 02:50:02 +0000 (02:50 +0000)
committerKeith Seitz <kseitz@gcc.gnu.org>
Tue, 1 May 2007 02:50:02 +0000 (02:50 +0000)
commit8e48985493cd4ce6ce910dc03a6cda69365ef73a
treee543ef00b8fa24ac5e6abb57bd1297c25a7db7d0
parent147199b48699eae6c92a78b7475cb38574804381
interpret-run.cc (NEXT_INSN): Advance PC before executing the instruction.

        * interpret-run.cc (NEXT_INSN)[DEBUG]: Advance PC before
        executing the instruction.
        * include/java-interp.h (_Jv_InterpFrame::get_pc): Subtract
        one insn from the frame's PC. _Jv_InterpMethod::run et al
        will advance the PC before executing the instruction.

From-SVN: r124313
libjava/ChangeLog
libjava/include/java-interp.h
libjava/interpret-run.cc