소스 검색

* better throw an internalerror in TAoptBase.RegLoadedWithNewValue instead of trying to make a safe approximation

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

+ 1 - 2
compiler/aoptbase.pas

@@ -293,8 +293,7 @@ unit aoptbase;
 
   function TAoptBase.RegLoadedWithNewValue(reg : tregister; hp : tai) : boolean;
     begin
-      { save approximation }
-      Result:=true;
+      internalerror(2016012401);
     end;