Bug 522772 - add missing ifdef FEATURE_NANOJIT, r=dvander.

--HG--
extra : rebase_source : 502eecf14545dd14a4404a2d2cb418dafb36a2fb
This commit is contained in:
Steven Johnson 2009-10-15 16:39:00 -07:00
parent 7f21163e78
commit 22c340a45f

View File

@ -2134,6 +2134,7 @@ namespace nanojit
#endif // NJ_VERBOSE
#ifdef FEATURE_NANOJIT
#ifdef DEBUG
LIns* SanityFilter::ins1(LOpcode v, LIns* s0)
{
@ -2227,5 +2228,6 @@ namespace nanojit
return out->ins3(v, s0, s1, s2);
}
#endif
#endif
}