mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:29:25 +02:00
* fixed warnings
git-svn-id: trunk@29834 -
This commit is contained in:
parent
76d779b648
commit
fc235c9400
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user