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

diff --git a/jit/trace-jit.c b/jit/trace-jit.c
index 58ecaa4..915571d 100644
--- a/jit/trace-jit.c
+++ b/jit/trace-jit.c
@@ -360,6 +360,7 @@ void trace_regalloc(struct compilation_unit *cu)
                                             interval_end(interval));
 
                        trace_printf("\t%s", reg_name(interval->reg));
+                       trace_printf("\t%-11s", get_vm_type_name(var->vm_type));
                        trace_printf("\t%s", interval->fixed_reg ? "fixed\t" : 
"non-fixed");
                        if (interval->need_spill) {
                                unsigned long ndx = -1;
-- 
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