Fixed snafu caused when fixing previous snafu.
From-SVN: r59846
This commit is contained in:
parent
b6fd51f649
commit
83f0a003b8
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue