summaryrefslogtreecommitdiff
path: root/compiler/aoptbase.pas
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-01-24 16:52:49 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-01-24 16:52:49 +0000
commit42fe3344f0436ca90102cefd89bd4ac6e0fe5a71 (patch)
tree8ca7534a9ae082615e91e3b681e47bcf256269de /compiler/aoptbase.pas
parentab73933c4f791878ec1143705168a020d46dfee5 (diff)
downloadfpc-42fe3344f0436ca90102cefd89bd4ac6e0fe5a71.tar.gz
* compilation fixed
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@33003 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/aoptbase.pas')
-rw-r--r--compiler/aoptbase.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/aoptbase.pas b/compiler/aoptbase.pas
index bb9c4188d3..0d52bb3583 100644
--- a/compiler/aoptbase.pas
+++ b/compiler/aoptbase.pas
@@ -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;