mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 12:39:39 +02:00
* compilation fixed
git-svn-id: trunk@33003 -
This commit is contained in:
parent
5aabe71aee
commit
8b4a392863
@ -108,7 +108,7 @@ unit aoptbase;
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
globtype,globals,aoptcpub;
|
verbose,globtype,globals,aoptcpub;
|
||||||
|
|
||||||
constructor taoptbase.create;
|
constructor taoptbase.create;
|
||||||
begin
|
begin
|
||||||
@ -293,6 +293,7 @@ unit aoptbase;
|
|||||||
|
|
||||||
function TAoptBase.RegLoadedWithNewValue(reg : tregister; hp : tai) : boolean;
|
function TAoptBase.RegLoadedWithNewValue(reg : tregister; hp : tai) : boolean;
|
||||||
begin
|
begin
|
||||||
|
result:=false;
|
||||||
internalerror(2016012401);
|
internalerror(2016012401);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user