소스 검색

* check for stup instead of stp

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

+ 2 - 2
compiler/aarch64/cgcpu.pas

@@ -689,8 +689,8 @@ implementation
           begin
             href:=ref;
             inc(href.offset,tcgsize2size[size]-1);
-            if (tcgsize2size[size]>1) and (ref.alignment=1) and (simple_ref_type(A_STP,OS_8,PF_None,ref)=sr_simple) and
-              (simple_ref_type(A_STP,OS_8,PF_None,href)=sr_simple) then
+            if (tcgsize2size[size]>1) and (ref.alignment=1) and (simple_ref_type(A_STUR,OS_8,PF_None,ref)=sr_simple) and
+              (simple_ref_type(A_STUR,OS_8,PF_None,href)=sr_simple) then
               begin
                 href:=ref;
                 for i:=0 to tcgsize2size[size]-1 do