mirror of git://gcc.gnu.org/git/gcc.git
Fixed snafu caused when fixing previous snafu.
From-SVN: r59846
This commit is contained in:
parent
b6fd51f649
commit
83f0a003b8
|
|
@ -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…
Reference in New Issue