소스 검색

* and takes three operands

git-svn-id: trunk@23775 -
florian 12 년 전
부모
커밋
c0d4f189e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/arm/aoptcpu.pas

+ 1 - 0
compiler/arm/aoptcpu.pas

@@ -1276,6 +1276,7 @@ Implementation
                           begin
                             DebugMsg('Peephole AndUxt2And done', p);
                             taicpu(hp1).opcode:=A_AND;
+                            taicpu(hp1).ops:=3;
                             taicpu(hp1).loadReg(1,taicpu(p).oper[1]^.reg);
                             taicpu(hp1).loadconst(2,255);
                             GetNextInstruction(p,hp1);