Signed-off-by: Vegard Nossum <vegard.nos...@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 e5da1a9..19ab58e 100644
--- a/arch/x86/insn-selector.brg
+++ b/arch/x86/insn-selector.brg
@@ -96,9 +96,9 @@ static void method_args_cleanup(struct basic_block *bb, 
struct tree_node *tree,
 static struct stack_slot *
 get_local_slot_64(struct stack_frame *frame, unsigned long idx)
 {
+#ifdef CONFIG_X86_32
        struct stack_slot *s1, *s2;
 
-#ifdef CONFIG_X86_32
        s1 = get_local_slot(frame, idx);
        s2 = get_local_slot(frame, idx + 1);
 
-- 
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