Commit 83f0a003 by Tom Tromey

Fixed snafu caused when fixing previous snafu.

From-SVN: r59846
parent b6fd51f6
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment