verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use java_opcode as type for switch.
authorTom Tromey <tromey@redhat.com>
Sun, 25 Nov 2001 19:48:19 +0000 (19:48 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 25 Nov 2001 19:48:19 +0000 (19:48 +0000)
commitfa88ce26e5dd893a1cedc174a9aaf1006e2fa301
tree6ed6f524467095e251948101498c4efe08108408
parent200f4143a27223e207707a0a6204379d45ab4470
verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use java_opcode as type for switch.

* verify.cc (_Jv_BytecodeVerifier::branch_prepass): Use
java_opcode as type for switch.
[op_wide]: Likewise.
(_Jv_BytecodeVerifier::verify_instructions_0): Likewise.
[op_invokevirtual]: Likewise.
* include/java-insns.h (java_opcode): Give enum a name.

From-SVN: r47330
libjava/ChangeLog
libjava/include/java-insns.h
libjava/verify.cc