summaryrefslogtreecommitdiff
path: root/libjava/interpret.cc
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-26 22:39:29 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-26 22:39:29 +0000
commit16e0ebfb2c664dc6350d4a3cdca6ef2d3470e347 (patch)
treee10df97a16d840f306fafb0e4f11baec69c4c52c /libjava/interpret.cc
parent81ae91343813bba1e7c7199e39ddbf13258f122b (diff)
downloadgcc-16e0ebfb2c664dc6350d4a3cdca6ef2d3470e347.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52814 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/interpret.cc')
-rw-r--r--libjava/interpret.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/interpret.cc b/libjava/interpret.cc
index 198ec45eb16..4db9dca08ec 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),