mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 02:39:32 +08:00
* verify.c: Don't use // comments.
From-SVN: r43840
This commit is contained in:
parent
8dd5d49d0e
commit
74d04dd13b
@ -1,3 +1,7 @@
|
||||
2001-07-07 Zack Weinberg <zackw@stanford.edu>
|
||||
|
||||
* verify.c: Don't use // comments.
|
||||
|
||||
2001-07-05 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* lang.c (flag_assume_compiled): Removed.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user