projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6fd51f
)
Fixed snafu caused when fixing previous snafu.
author
Tom Tromey
<tromey@gcc.gnu.org>
Thu, 5 Dec 2002 02:23:57 +0000
(
02:23
+0000)
committer
Tom Tromey
<tromey@gcc.gnu.org>
Thu, 5 Dec 2002 02:23:57 +0000
(
02:23
+0000)
From-SVN: r59846
libjava/verify.cc
patch
|
blob
|
history
diff --git
a/libjava/verify.cc
b/libjava/verify.cc
index 2f90c982eac98c4d58516fd02366bed07ffa853f..dbf80d4bf03841392a95066d95ecf79fded36d02 100644
(file)
--- a/
libjava/verify.cc
+++ b/
libjava/verify.cc
@@
-3164,7
+3164,7
@@
public:
void
_Jv_VerifyMethod (_Jv_InterpMethod *meth)
{
-
//
_Jv_BytecodeVerifier v (meth);
-
//
v.verify_instructions ();
+ _Jv_BytecodeVerifier v (meth);
+ v.verify_instructions ();
}
#endif /* INTERPRETER */