Signed-off-by: Arthur HUILLET <[email protected]>
---
 jit/trace-jit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jit/trace-jit.c b/jit/trace-jit.c
index ca69da9..1200787 100644
--- a/jit/trace-jit.c
+++ b/jit/trace-jit.c
@@ -161,7 +161,7 @@ void trace_regalloc(struct compilation_unit *cu)
                struct live_interval *interval;
 
                for (interval = var->interval; interval != NULL; interval = 
interval->next_child) {
-                       printf("  %2lu (pos: %2ld-%2lu):", var->vreg, 
(signed)interval->range.start, interval->range.end);
+                       printf("  %2lu (pos: %2ld-%2lu):", var->vreg, (signed 
long)interval->range.start, interval->range.end);
                        printf("\t%s", reg_name(interval->reg));
                        printf("\t%s", interval->fixed_reg ? "fixed\t" : 
"non-fixed");
                        printf("\t%s", interval->need_spill ? "spill\t" : "no 
spill");
-- 
1.6.2.2


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to