2
0
Эх сурвалжийг харах

* compilation fixed

git-svn-id: trunk@33003 -
florian 9 жил өмнө
parent
commit
8b4a392863
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      compiler/aoptbase.pas

+ 2 - 1
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;