verify.c (verify_jvm_instructions): Check for pending blocks before invalid PC test...
authorAndrew Haley <aph@cygnus.com>
Tue, 22 Jun 1999 23:22:13 +0000 (23:22 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 22 Jun 1999 23:22:13 +0000 (23:22 +0000)
commit45b0aa3189da598a2c9e24481970d1bcc22c69c1
treeade4778ad996d42dbabf9b42c45bfe8013509046
parent99d60508020fb9023b3d1e3ab54a0fb2f66cb0c4
verify.c (verify_jvm_instructions): Check for pending blocks before invalid PC test and opcode switch, not after.

1999-06-22  Andrew Haley  <aph@cygnus.com>
* verify.c (verify_jvm_instructions): Check for pending blocks
before invalid PC test and opcode switch, not after.

From-SVN: r27710
gcc/java/ChangeLog
gcc/java/parse-scan.c
gcc/java/parse.c
gcc/java/verify.c