* interpret-run.cc (NEXT_INSN)[DEBUG]: Advance PC before
authorkseitz <kseitz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 May 2007 02:50:02 +0000 (02:50 +0000)
committerkseitz <kseitz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 May 2007 02:50:02 +0000 (02:50 +0000)
commit80934e558cb2f162bb8017d715173cf588679161
treee543ef00b8fa24ac5e6abb57bd1297c25a7db7d0
parent4537ba413e59a0154592b08d13d4a5ff2e62fb17
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124313 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/include/java-interp.h
libjava/interpret-run.cc