Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 jit/compiler.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jit/compiler.c b/jit/compiler.c
index 645e9b2..1fa321a 100644
--- a/jit/compiler.c
+++ b/jit/compiler.c
@@ -66,7 +66,7 @@ int compile(struct compilation_unit *cu)
        err = analyze_control_flow(cu);
        if (err)
                goto out;
-       trace_flush();
+
        err = convert_to_ir(cu);
        if (err)
                goto out;
-- 
1.6.3.3


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to