Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 arch/x86/insn-selector.brg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/insn-selector.brg b/arch/x86/insn-selector.brg
index 724abc6..c359b70 100644
--- a/arch/x86/insn-selector.brg
+++ b/arch/x86/insn-selector.brg
@@ -1761,8 +1761,8 @@ stmt:     STMT_ARRAY_STORE_CHECK(reg, reg) 1
                select_insn(s, tree, reg_insn(INSN_PUSH_REG, 
state->right->reg1));
                select_insn(s, tree, rel_insn(INSN_CALL_REL, (unsigned long) 
array_store_check));
        } else {
-               select_insn(s, tree, reg_insn(INSN_PUSH_REG, 
state->left->reg1));
                select_insn(s, tree, imm_insn(INSN_PUSH_IMM, 
src_expr->vm_type));
+               select_insn(s, tree, reg_insn(INSN_PUSH_REG, 
state->right->reg1));
                select_insn(s, tree, rel_insn(INSN_CALL_REL, (unsigned long) 
array_store_check_vmtype));
        }
 
-- 
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

Reply via email to