This commit is contained in:
Bob Nystrom
2015-03-30 07:39:37 -07:00
+1 -1
View File
@@ -1347,7 +1347,7 @@ static ObjFn* endCompiler(Compiler* compiler,
wrenPopRoot(compiler->parser->vm); wrenPopRoot(compiler->parser->vm);
#if WREN_DEBUG_DUMP_COMPILED_CODE #if WREN_DEBUG_DUMP_COMPILED_CODE
wrenDebugPrintCode(compiler->parser->vm, fn); wrenDumpCode(compiler->parser->vm, fn);
#endif #endif
return fn; return fn;