[JAEGER] Fix build.

This commit is contained in:
David Anderson
2010-06-10 22:20:30 -07:00
parent fb0f152919
commit 7812042838
10 changed files with 37 additions and 36 deletions

View File

@@ -109,7 +109,7 @@ mjit::Compiler::Compile()
jumpMap[i] = Label();
#endif
#ifdef JS_TRACER
#if 0 /* def JS_TRACER */
if (script->tracePoints) {
script->trees = (TraceTreeCache*)cx->malloc(script->tracePoints * sizeof(TraceTreeCache));
if (!script->trees)