浏览代码

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