[JAEGER] Fixed opt build.

This commit is contained in:
David Anderson
2010-05-31 23:03:42 -07:00
parent 83fe528007
commit 28b5ba1dd4

View File

@@ -114,8 +114,10 @@ mjit::Compiler::Compile()
}
#endif
#ifdef JS_METHODJIT_SPEW
Profiler prof;
prof.start();
#endif
CHECK_STATUS(generatePrologue());
CHECK_STATUS(generateMethod());