* compilation fixed

git-svn-id: trunk@33003 -
This commit is contained in:
florian 2016-01-24 16:52:49 +00:00
parent 5aabe71aee
commit 8b4a392863

View File

@ -108,7 +108,7 @@ unit aoptbase;
implementation
uses
globtype,globals,aoptcpub;
verbose,globtype,globals,aoptcpub;
constructor taoptbase.create;
begin
@ -293,6 +293,7 @@ unit aoptbase;
function TAoptBase.RegLoadedWithNewValue(reg : tregister; hp : tai) : boolean;
begin
result:=false;
internalerror(2016012401);
end;