소스 검색

* no need to call maybeadjustresult() after performing a 64 bit operation

git-svn-id: trunk@33379 -
Jonas Maebe 9 년 전
부모
커밋
73a303c899
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      compiler/aarch64/cgcpu.pas

+ 1 - 3
compiler/aarch64/cgcpu.pas

@@ -1360,9 +1360,7 @@ implementation
                       ovloc.resflags:=F_CC
                   else
                     ovloc.resflags:=F_VS;
-                  { finished; since we won't call through to a_op_reg_reg_reg,
-                    adjust the result here if necessary }
-                  maybeadjustresult(list,op,size,dst);
+                  { finished }
                   exit;
                 end;
               OP_MUL: