From 6d9829da1417f9de49ecfb05b2ea1abcbbb14812 Mon Sep 17 00:00:00 2001 From: tom_at_work Date: Tue, 14 Mar 2006 20:30:31 +0000 Subject: [PATCH] * fixed compilation git-svn-id: trunk@2919 - --- compiler/powerpc64/cgcpu.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/powerpc64/cgcpu.pas b/compiler/powerpc64/cgcpu.pas index 866048def6..7039b8e584 100644 --- a/compiler/powerpc64/cgcpu.pas +++ b/compiler/powerpc64/cgcpu.pas @@ -1109,10 +1109,10 @@ procedure tcgppc.a_op_reg_reg_reg(list: taasmoutput; op: TOpCg; size: tcgsize; src1, src2, dst: tregister); const op_reg_reg_opcg2asmop32: array[TOpCG] of tasmop = - (A_NONE, A_ADD, A_AND, A_DIVWU, A_DIVW, A_MULLW, A_MULLW, A_NEG, A_NOT, A_OR, + (A_NONE, A_MR, A_ADD, A_AND, A_DIVWU, A_DIVW, A_MULLW, A_MULLW, A_NEG, A_NOT, A_OR, A_SRAW, A_SLW, A_SRW, A_SUB, A_XOR); op_reg_reg_opcg2asmop64: array[TOpCG] of tasmop = - (A_NONE, A_ADD, A_AND, A_DIVDU, A_DIVD, A_MULLD, A_MULLD, A_NEG, A_NOT, A_OR, + (A_NONE, A_MR, A_ADD, A_AND, A_DIVDU, A_DIVD, A_MULLD, A_MULLD, A_NEG, A_NOT, A_OR, A_SRAD, A_SLD, A_SRD, A_SUB, A_XOR); begin case op of