소스 검색

* fixed warnings

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

+ 2 - 3
compiler/aarch64/aasmcpu.pas

@@ -149,9 +149,6 @@ uses
 
       pinsentry=^tinsentry;
 
-{    const
-      InsTab : array[0..instabentries-1] of TInsEntry={$i a64tab.inc} }
-
     var
       InsTabCache : PInsTabCache;
 
@@ -1145,6 +1142,7 @@ implementation
 
     function taicpu.Matches(p:PInsEntry):longint;
       begin
+        result:=0; { unimplemented }
       end;
 
 
@@ -1167,6 +1165,7 @@ implementation
 
     function taicpu.FindInsentry(objdata:TObjData):boolean;
       begin
+        result:=false;
       end;