diff options
author | Tom Tromey <tromey@redhat.com> | 2002-04-26 22:39:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-04-26 22:39:29 +0000 |
commit | b446a5f1693fa10ea19c1731ae30e3f8619d2208 (patch) | |
tree | e10df97a16d840f306fafb0e4f11baec69c4c52c /libjava/interpret.cc | |
parent | 9e84766671f922ebddb93731e4b6928705a86c0d (diff) | |
download | gcc-b446a5f1693fa10ea19c1731ae30e3f8619d2208.zip gcc-b446a5f1693fa10ea19c1731ae30e3f8619d2208.tar.gz gcc-b446a5f1693fa10ea19c1731ae30e3f8619d2208.tar.bz2 |
verify.cc (construct_primitive_array_type): New case.
* verify.cc (construct_primitive_array_type) [void_type]: New
case.
(branch_prepass): Added dummy entries for unused instruction
values.
(verify_instructions_0): Likewise.
* interpret.cc (continue1): Comment fix.
* include/java-insns.h (op_xxxunusedxxx1): Removed.
* Makefile.in: Rebuilt.
* Makefile.am: Added -Wswitch-enum.
From-SVN: r52814
Diffstat (limited to 'libjava/interpret.cc')
-rw-r--r-- | libjava/interpret.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/interpret.cc b/libjava/interpret.cc index 198ec45..4db9dca 100644 --- a/libjava/interpret.cc +++ b/libjava/interpret.cc @@ -628,7 +628,7 @@ void _Jv_InterpMethod::continue1 (_Jv_InterpMethodInvocation *inv) INSN_LABEL(invokespecial), INSN_LABEL(invokestatic), INSN_LABEL(invokeinterface), - 0, /* op_xxxunusedxxx1, */ + 0, /* Unused. */ INSN_LABEL(new), INSN_LABEL(newarray), INSN_LABEL(anewarray), |