Signed-off-by: Arthur HUILLET <arthur.huil...@free.fr>
---
 jit/interval.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/jit/interval.c b/jit/interval.c
index 8a7620f..9ad9d97 100644
--- a/jit/interval.c
+++ b/jit/interval.c
@@ -74,6 +74,10 @@ struct live_interval *split_interval_at(struct live_interval 
*interval,
        new->range.end = interval->range.end;
        interval->range.end = pos;
 
+       new->fixed_reg = interval->fixed_reg;
+       if (new->fixed_reg)
+               new->reg = interval->reg;
+
        list_for_each_entry_safe(this, next, &interval->use_positions, 
use_pos_list) {
                if (lir_position(this) < pos)
                        continue;
-- 
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