소스 검색

* fixed another compilation error

git-svn-id: trunk@29838 -
Jonas Maebe 10 년 전
부모
커밋
cd6e3d5622
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/aarch64/cpupara.pas

+ 1 - 1
compiler/aarch64/cpupara.pas

@@ -174,7 +174,7 @@ unit cpupara;
           end;
         case def.typ of
           objectdef:
-            result:=not(Is_HFA(def) and (is_object(def) and ((varspez=vs_const) or (def.size=0));
+            result:=not(Is_HFA(def) and (is_object(def) and ((varspez=vs_const) or (def.size=0))));
           recorddef:
             { note: should this ever be changed, make sure that const records
                 are always passed by reference for calloption=pocall_mwpascal }