We temporarily avoid problems on x86-64 by removing the definition of
EXPR_CONVERSION_FROM_DOUBLE.

Signed-off-by: Eduard - Gabriel Munteanu <eduard.munte...@linux360.ro>
---
 arch/x86/insn-selector.brg |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/x86/insn-selector.brg b/arch/x86/insn-selector.brg
index 0c68a16..7484801 100644
--- a/arch/x86/insn-selector.brg
+++ b/arch/x86/insn-selector.brg
@@ -1574,6 +1574,7 @@ reg:      EXPR_CONVERSION_FROM_FLOAT(freg)
        }
 }
 
+%ifdef CONFIG_X86_32
 reg:   EXPR_CONVERSION_FROM_DOUBLE(freg)
 {
        struct expression *expr, *src;
@@ -1621,6 +1622,7 @@ reg:      EXPR_CONVERSION_FROM_DOUBLE(freg)
                die("EXPR_CONVERSION_FROM_DOUBLE: no conversion from %d to %d", 
src->vm_type, expr->vm_type);
        }
 }
+%endif
 
 arg:   EXPR_NO_ARGS
 {
-- 
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