Fixed snafu caused when fixing previous snafu.

From-SVN: r59846
This commit is contained in:
Tom Tromey 2002-12-05 02:23:57 +00:00
parent b6fd51f649
commit 83f0a003b8

View 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 */