aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/verify.c')
-rw-r--r--gcc/java/verify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/verify.c b/gcc/java/verify.c
index 9414843..eadb4e6 100644
--- a/gcc/java/verify.c
+++ b/gcc/java/verify.c
@@ -1052,8 +1052,8 @@ verify_jvm_instructions (jcf, byte_ops, length)
if (!nargs || notZero)
VERIFICATION_ERROR
("invalid argument number in invokeinterface");
- // If we verify/resolve the constant pool, as we should,
- // this test (and the one just following) are redundant.
+ /* If we verify/resolve the constant pool, as we should,
+ this test (and the one just following) are redundant. */
if (! self_is_interface)
VERIFICATION_ERROR ("invokeinterface calls method not in interface");
break;