소스 검색

* compilation fixed

git-svn-id: trunk@33003 -
florian 9 년 전
부모
커밋
8b4a392863
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      compiler/aoptbase.pas

+ 2 - 1
compiler/aoptbase.pas

@@ -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;