verify.cc (_Jv_BytecodeVerifier::branch_prepass): Uses two operand bytes, not one.
authorTom Tromey <tromey@redhat.com>
Tue, 20 Nov 2001 05:16:17 +0000 (05:16 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 20 Nov 2001 05:16:17 +0000 (05:16 +0000)
commit8051c3d63376599e659fa292e2da3a2b16c5e89d
tree1bd751761493eb1379756b97207d8372f8a3cc32
parent78a40378a9f48026652466b824b68f0a949f39ee
verify.cc (_Jv_BytecodeVerifier::branch_prepass): Uses two operand bytes, not one.

* verify.cc (_Jv_BytecodeVerifier::branch_prepass) [op_iinc]:
Uses two operand bytes, not one.
[op_arraylength]: Has no operands in bytecode.
(_Jv_BytecodeVerifier::push_jump): Fixed call to
check_no_uninitialized_objects.
(_Jv_BytecodeVerifier::push_exception_jump): Likewise.
(_Jv_BytecodeVerifier::handle_ret_insn): Likewise.
(_Jv_BytecodeVerifier::handle_jsr_insn): Likewise.

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