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 26a06d8..2f94e2f 100644 --- a/jit/compiler.c +++ b/jit/compiler.c @@ -104,7 +104,7 @@ int compile(struct compilation_unit *cu) trace_regalloc(cu); assert(all_insn_have_bytecode_offset(cu)); - trace_flush(); + err = emit_machine_code(cu); if (err) goto out; -- 1.6.0.6 ------------------------------------------------------------------------------ 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