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

diff --git a/arch/x86/insn-selector.brg b/arch/x86/insn-selector.brg
index 7462ecc..6856cc5 100644
--- a/arch/x86/insn-selector.brg
+++ b/arch/x86/insn-selector.brg
@@ -2435,9 +2435,8 @@ stmt:     STMT_TABLESWITCH(reg)
 
 stmt:  STMT_LOOKUPSWITCH_JUMP(reg)
 {
-       select_insn(s, tree, membase_insn(INSN_PUSH_MEMBASE, state->left->reg1,
+       select_insn(s, tree, membase_insn(INSN_JMP_MEMBASE, state->left->reg1,
                                offsetof(struct lookupswitch_pair, target)));
-       select_insn(s, tree, insn(INSN_RET));
 }
 
 reg:   EXPR_LOOKUPSWITCH_BSEARCH(reg)
-- 
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