Reported-by: Pekka Enberg <penb...@helsinki.cs.fi>
Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 jit/spill-reload.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jit/spill-reload.c b/jit/spill-reload.c
index eaa2790..c7b3b51 100644
--- a/jit/spill-reload.c
+++ b/jit/spill-reload.c
@@ -225,7 +225,7 @@ static int __insert_spill_reload_insn(struct live_interval 
*interval, struct com
                 * can't insert a reload instruction in the middle of
                 * instruction.
                 */
-               if ((interval_start(interval) & 1) == 0);
+               assert((interval_start(interval) & 1) == 0);
 
                err = insert_reload_insn(interval, cu,
                                interval->spill_parent->spill_slot,
-- 
1.6.0.4


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to