Fixed snafu caused when fixing previous snafu.
authorTom Tromey <tromey@gcc.gnu.org>
Thu, 5 Dec 2002 02:23:57 +0000 (02:23 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 5 Dec 2002 02:23:57 +0000 (02:23 +0000)
From-SVN: r59846

libjava/verify.cc

index 2f90c982eac98c4d58516fd02366bed07ffa853f..dbf80d4bf03841392a95066d95ecf79fded36d02 100644 (file)
@@ -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 */