We ifdef these until they are implemented properly on x86-64. Signed-off-by: Eduard - Gabriel Munteanu <eduard.munte...@linux360.ro> --- arch/x86/insn-selector.brg | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/x86/insn-selector.brg b/arch/x86/insn-selector.brg index 17b68a1..6b57153 100644 --- a/arch/x86/insn-selector.brg +++ b/arch/x86/insn-selector.brg @@ -136,6 +136,7 @@ static enum insn_type br_binop_to_insn_type(enum binary_operator binop) %start stmt +%ifdef CONFIG_X86_32 freg: EXPR_FVALUE 0 { struct expression *expr; @@ -168,6 +169,7 @@ freg: EXPR_FVALUE 0 select_insn(s, tree, memlocal_reg_insn(INSN_MOV_64_MEMLOCAL_XMM, scratch, result)); } } +%endif reg: EXPR_VALUE 0 { @@ -559,6 +561,7 @@ reg: OP_NEG(reg) 1 } } +%ifdef CONFIG_X86_32 freg: OP_DNEG(freg) 1 { struct var_info *result, *ebp; @@ -579,6 +582,7 @@ freg: OP_DNEG(freg) 1 state->reg1 = result; } +%endif freg: OP_FNEG(freg) 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