verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end of bytecode.
authorTom Tromey <tromey@redhat.com>
Mon, 3 Mar 2003 23:25:52 +0000 (23:25 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 3 Mar 2003 23:25:52 +0000 (23:25 +0000)
commit9b94c8d18c83411425fc09af02f9b397912493b5
treeab7b0c0f257f39479e009961f187e972c645f326
parentb89a3806812e3b0980988d9ae67d9af40116ee5d
verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end of bytecode.

* verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end
of bytecode.
(handle_ret_insn): Fail if returning to jsr that appears at end of
bytecode.

From-SVN: r63744
libjava/ChangeLog
libjava/verify.cc