소스 검색

Fix aarch64 cycle after constant parser simplification change in rev 35229-35230

git-svn-id: trunk@35239 -
pierre 8 년 전
부모
커밋
1b1fe68f92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/aarch64/cgcpu.pas

+ 1 - 1
compiler/aarch64/cgcpu.pas

@@ -586,7 +586,7 @@ implementation
       begin
         { if we load a value into a 32 bit register, it is automatically
           zero-extended to 64 bit }
-        if (high(a)=0) and
+        if (hi(a)=0) and
            (size in [OS_64,OS_S64]) then
           begin
             size:=OS_32;