We ifdef EXPR_CONVERSION_FROM_FLOAT so the x86-64 port works until it is properly implemented.
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 20d7a5c..4e8b96b 100644 --- a/arch/x86/insn-selector.brg +++ b/arch/x86/insn-selector.brg @@ -1461,6 +1461,7 @@ freg: EXPR_CONVERSION_TO_DOUBLE(reg) } } +%ifdef CONFIG_X86_32 reg: EXPR_CONVERSION_FROM_FLOAT(freg) { struct expression *expr, *src; @@ -1494,6 +1495,7 @@ reg: EXPR_CONVERSION_FROM_FLOAT(freg) die("EXPR_CONVERSION_FROM_FLOAT: no conversion from %d to %d", src->vm_type, expr->vm_type); } } +%endif %ifdef CONFIG_X86_32 reg: EXPR_CONVERSION_FROM_DOUBLE(freg) -- 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